Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions orbitmines.com/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {Children, ThumbnailPage} from "./lib/post/Post";
import Archive from "./routes/Archive";
import Minimap from './routes/Minimap';
import Almanac from "./routes/Almanac";
import IDE from "./routes/IDE";

export const Router = () => {

Expand All @@ -22,6 +23,7 @@ export const Router = () => {
<Route path=":item" element={<Archive />} />
</Route>
<Route path="almanac" element={<Almanac />} />
<Route path="ide" element={<IDE />} />
<Route path="thumbnail" element={<ThumbnailPage />} />
</Routes>
}
Expand Down
Loading