Using @trivago/prettier-plugin-sort-imports
This commit is contained in:
parent
4b33cff0d8
commit
85fb7cfa7a
46 changed files with 323 additions and 113 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Fragment, useEffect, useState } from "react"
|
||||
import Icon from "./Icon"
|
||||
import Player from "./Player"
|
||||
import { Fragment, useEffect, useState } from "react"
|
||||
|
||||
function LobbyFrame({ openSettings }: { openSettings: () => void }) {
|
||||
const [enemy, setEnemy] = useState(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue