From 1420d792dfd9bbbcd0942902e79b67483c2c51bd Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 27 Dec 2022 17:14:16 -0800 Subject: [PATCH] Update Layout --- components/Layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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