1
0

fix: incorrect path

This commit is contained in:
alikia2x (寒寒) 2025-10-04 02:46:47 +08:00
parent adbee9647e
commit e0c15a9217

View File

@ -4,7 +4,7 @@ import { Picker } from "./components/Picker/Picker";
import { Switch } from "./Switch";
import { i18nProvider } from "./utils";
import { useTheme } from "./ThemeContext";
import { ColorPalette } from "./components/Plaette";
import { ColorPalette } from "./components/Palette";
import { Buttons, Paragraph, SearchBar } from "./components/Components";
import { AnimatePresence, motion } from "motion/react";
import { Moon, Sun } from "lucide-react";