Remove imports

This commit is contained in:
Nayam Amarshe
2024-04-09 23:53:22 +05:30
parent 84a3d35388
commit 422a1bd58e

View File

@@ -1,7 +1,3 @@
import { useCustomWidthAtom } from "@/atoms/userSettingsAtom";
import { useAtom } from "jotai";
import React from "react";
type ImageScaleSelectProps = {
scale: "4" | "2" | "3";
setScale: (arg: "4" | "2" | "3") => void;