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 { mockPlayers } from "@/lib/mock"
|
||||
import type { Player } from "@/lib/types"
|
||||
import { create } from "zustand"
|
||||
|
||||
interface PlayerState {
|
||||
players: Player[]
|
||||
|
||||
Reference in New Issue
Block a user