From 8c31fff7bf3d8042a2e5083538eae00b0613d0c7 Mon Sep 17 00:00:00 2001 From: wlren Date: Sun, 9 Oct 2022 13:52:25 +0800 Subject: [PATCH] [questions][ui] remove navbar import --- apps/portal/src/components/questions/LandingComponent.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/portal/src/components/questions/LandingComponent.tsx b/apps/portal/src/components/questions/LandingComponent.tsx index 33c3d6f9..211bda76 100644 --- a/apps/portal/src/components/questions/LandingComponent.tsx +++ b/apps/portal/src/components/questions/LandingComponent.tsx @@ -2,8 +2,6 @@ import { useState } from 'react'; import { ArrowSmallRightIcon } from '@heroicons/react/24/outline'; import { Button, Select } from '@tih/ui'; -import NavBar from '~/components/questions/NavBar'; - import { COMPANIES, LOCATIONS, @@ -43,9 +41,7 @@ export default function LandingComponent({ return (
-
- -
+
app logo