aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/App.tsx')
-rw-r--r--webui/src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/App.tsx b/webui/src/App.tsx
index 3a5ef025..b9ade974 100644
--- a/webui/src/App.tsx
+++ b/webui/src/App.tsx
@@ -1,7 +1,7 @@
import React from 'react';
import { Route, Switch } from 'react-router';
-import Layout from './layout';
+import Layout from './components/Header';
import BugPage from './pages/bug';
import ListPage from './pages/list';
import NewBugPage from './pages/new/NewBugPage';