mirror of
https://github.com/infinilabs/coco-app.git
synced 2026-08-29 10:09:30 +02:00
style: modify the style of the search input box (#513)
* style: modify the style of the search input box * build: build error
This commit is contained in:
@@ -5,7 +5,7 @@ import platformAdapter from "@/utils/platformAdapter";
|
||||
import { useAppStore } from "@/stores/appStore";
|
||||
import { useSyncStore } from "@/hooks/useSyncStore";
|
||||
import UpdateApp from "@/components/UpdateApp";
|
||||
import { useAppearanceStore } from "@/stores/appearance";
|
||||
import { useAppearanceStore } from "@/stores/appearanceStore";
|
||||
|
||||
function MainApp() {
|
||||
const addError = useAppStore((state) => state.addError);
|
||||
|
||||
Reference in New Issue
Block a user