Move UpdateToast to toasts folder
This commit is contained in:
parent
13ee49809e
commit
c3f74130ea
3 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import { getCookie } from 'cookies-next'
|
||||||
import { appState } from '~utils/appState'
|
import { appState } from '~utils/appState'
|
||||||
|
|
||||||
import TopHeader from '~components/Header'
|
import TopHeader from '~components/Header'
|
||||||
import UpdateToast from '~components/about/UpdateToast'
|
import UpdateToast from '~components/toasts/UpdateToast'
|
||||||
|
|
||||||
import './index.scss'
|
import './index.scss'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue