From bcf3737e3f236bd98e47609315725f15cb48d7c0 Mon Sep 17 00:00:00 2001 From: stdavis Date: Tue, 5 Nov 2024 10:23:09 -0700 Subject: [PATCH] fix: remove footer I can't think of a reason why this is needed on an internal-facing website and it makes the scrolling for the app awkward. --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 81df112..acaf67a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,7 +2,6 @@ import esriConfig from '@arcgis/core/config'; import Graphic from '@arcgis/core/Graphic'; import { Drawer, - Footer, Header, Sherlock, UtahIdLogin, @@ -223,7 +222,6 @@ export default function App() { )} -