chore(format): add prettier-plugin-organize-imports and sort imports
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { create } from "zustand"
|
||||
import { generateId } from "@/lib/id"
|
||||
import { mockComments } from "@/lib/mock"
|
||||
import type { Comment, User } from "@/lib/types"
|
||||
import { create } from "zustand"
|
||||
|
||||
interface CommentState {
|
||||
comments: Comment[]
|
||||
|
||||
Reference in New Issue
Block a user