diff --git a/components/Layout/index.tsx b/components/Layout/index.tsx index ce3b6781..dafc8b14 100644 --- a/components/Layout/index.tsx +++ b/components/Layout/index.tsx @@ -1,5 +1,5 @@ import type { ReactElement } from 'react' -import TopHeader from '~components/TopHeader' +import TopHeader from '~components/Header' interface Props { children: ReactElement