From c80556605178d051688f417c22ab266827c540fe Mon Sep 17 00:00:00 2001 From: Cody Rupp Date: Wed, 1 Nov 2023 16:45:04 -0700 Subject: [PATCH] testing linter with git hooks (should fail actions as well) --- houston/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/houston/src/App.tsx b/houston/src/App.tsx index f3a6cc15..fbccd719 100644 --- a/houston/src/App.tsx +++ b/houston/src/App.tsx @@ -9,7 +9,6 @@ import Layout from './pages/Layout'; import Report from './pages/Report'; import NoPage from './pages/NoPage'; - function App() { return (