Journal für abholungen
This commit is contained in:
@@ -24,6 +24,7 @@ import StoreSyncOverlay from './components/StoreSyncOverlay';
|
||||
import RangePickerModal from './components/RangePickerModal';
|
||||
import StoreWatchPage from './components/StoreWatchPage';
|
||||
import DebugPage from './components/DebugPage';
|
||||
import JournalPage from './components/JournalPage';
|
||||
|
||||
function App() {
|
||||
const [credentials, setCredentials] = useState({ email: '', password: '' });
|
||||
@@ -803,6 +804,10 @@ function App() {
|
||||
/>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/journal"
|
||||
element={<JournalPage authorizedFetch={authorizedFetch} stores={stores} />}
|
||||
/>
|
||||
<Route
|
||||
path="/debug"
|
||||
element={
|
||||
|
||||
Reference in New Issue
Block a user