chore(format): add prettier-plugin-organize-imports and sort imports
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { create } from "zustand"
|
||||
import { mockShops } from "@/lib/mock"
|
||||
import type { Shop, ShopSection } from "@/lib/types"
|
||||
import { create } from "zustand"
|
||||
|
||||
interface ShopState {
|
||||
shops: Shop[]
|
||||
|
||||
Reference in New Issue
Block a user