Remove unused imports and vars

This commit is contained in:
Justin Edmund 2022-12-23 00:34:25 -08:00
parent 3862db55a9
commit 64070b17b6

View file

@ -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