Skip to content

Commit ee38e56

Browse files
authored
Merge pull request #105 from smswithoutborders/dev
update yarn
2 parents d862951 + 78e03f7 commit ee38e56

2 files changed

Lines changed: 1599 additions & 1451 deletions

File tree

src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import PageNotFound from "./Pages/PageNotFound";
77
import { CssBaseline, ThemeProvider, createTheme } from "@mui/material";
88
import Privacy from "./Pages/Privacy";
99
import Footer from "./Components/Footer";
10+
import ThreatModel from "./Pages/ThreatModel";
1011

1112
const theme = createTheme();
1213

@@ -21,6 +22,7 @@ function App() {
2122
<Route path="/features" element={<FeaturesPage />} />
2223
<Route path="*" element={<PageNotFound />} />
2324
<Route path="/privacy-policy/" element={<Privacy />} />
25+
<Route path="/threat-model" element={<ThreatModel />} />
2426
</Routes>
2527
</div>
2628
<Footer />

0 commit comments

Comments
 (0)