diff --git a/components/Layout/index.tsx b/components/Layout/index.tsx index 6f1505d9..a77014c5 100644 --- a/components/Layout/index.tsx +++ b/components/Layout/index.tsx @@ -6,7 +6,7 @@ import { getCookie } from 'cookies-next' import { appState } from '~utils/appState' import TopHeader from '~components/Header' -import UpdateToast from '~components/about/UpdateToast' +import UpdateToast from '~components/toasts/UpdateToast' import './index.scss' diff --git a/components/about/UpdateToast/index.scss b/components/toasts/UpdateToast/index.scss similarity index 100% rename from components/about/UpdateToast/index.scss rename to components/toasts/UpdateToast/index.scss diff --git a/components/about/UpdateToast/index.tsx b/components/toasts/UpdateToast/index.tsx similarity index 100% rename from components/about/UpdateToast/index.tsx rename to components/toasts/UpdateToast/index.tsx