mirror of
https://github.com/hex248/tsos.git
synced 2026-02-08 02:33:03 +00:00
biome check+format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Stage, Layer } from "react-konva";
|
||||
import { useEffect, useState } from "react";
|
||||
import MorphableShape from "./MorphableShape";
|
||||
import type { ShapeState } from "@/types/shape";
|
||||
import { useEffect, useState } from "react";
|
||||
import { Layer, Stage } from "react-konva";
|
||||
import MorphableShape from "./MorphableShape";
|
||||
|
||||
export default function ShapeCanvas({
|
||||
state,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Moon, Sun } from "lucide-react";
|
||||
import { useEffect, useState } from "react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { Moon, Sun } from "lucide-react";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
function ThemeToggle({ className }: { className?: string }) {
|
||||
const [theme, setTheme] = useState<string | null>();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type * as React from "react";
|
||||
import { Slot } from "@radix-ui/react-slot";
|
||||
import { cva, type VariantProps } from "class-variance-authority";
|
||||
import { type VariantProps, cva } from "class-variance-authority";
|
||||
import type * as React from "react";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import * as React from "react";
|
||||
import * as SliderPrimitive from "@radix-ui/react-slider";
|
||||
import * as React from "react";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
"use client";
|
||||
|
||||
import type * as React from "react";
|
||||
import * as TogglePrimitive from "@radix-ui/react-toggle";
|
||||
import { cva, type VariantProps } from "class-variance-authority";
|
||||
import { type VariantProps, cva } from "class-variance-authority";
|
||||
import type * as React from "react";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user