Remove unused imports and vars
This commit is contained in:
parent
3862db55a9
commit
64070b17b6
1 changed files with 0 additions and 13 deletions
|
|
@ -13,7 +13,6 @@ import CharLimitedFieldset from '~components/CharLimitedFieldset'
|
|||
import RaidDropdown from '~components/RaidDropdown'
|
||||
import TextFieldset from '~components/TextFieldset'
|
||||
|
||||
import { accountState } from '~utils/accountState'
|
||||
import { appState } from '~utils/appState'
|
||||
|
||||
import CheckIcon from '~public/icons/Check.svg'
|
||||
|
|
@ -24,18 +23,6 @@ import './index.scss'
|
|||
import Link from 'next/link'
|
||||
import { formatTimeAgo } from '~utils/timeAgo'
|
||||
|
||||
const emptyRaid: Raid = {
|
||||
id: '',
|
||||
name: {
|
||||
en: '',
|
||||
ja: '',
|
||||
},
|
||||
slug: '',
|
||||
level: 0,
|
||||
group: 0,
|
||||
element: 0,
|
||||
}
|
||||
|
||||
// Props
|
||||
interface Props {
|
||||
editable: boolean
|
||||
|
|
|
|||
Loading…
Reference in a new issue