mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
update
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
} from 'react-router-dom';
|
||||
|
||||
import Encrypt from './screens/Encrypt';
|
||||
import Welcome from './screens/Welcome';
|
||||
import Debug from './screens/Debug';
|
||||
|
||||
const AppRouter: React.FC = () => (
|
||||
@@ -14,6 +15,9 @@ const AppRouter: React.FC = () => (
|
||||
<Route path="/debug">
|
||||
<Debug />
|
||||
</Route>
|
||||
<Route path="/welcome">
|
||||
<Welcome />
|
||||
</Route>
|
||||
<Route path="/">
|
||||
<Encrypt />
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user