mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
format all files
This commit is contained in:
@@ -28,6 +28,6 @@ export const useTextPropertiesStore = create<TextPropertiesState>()(
|
||||
activeTab: "text",
|
||||
setActiveTab: (tab) => set({ activeTab: tab }),
|
||||
}),
|
||||
{ name: "text-properties" }
|
||||
)
|
||||
{ name: "text-properties" },
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user