organize stuff

This commit is contained in:
MapleLeaf
2021-12-31 13:35:27 -06:00
committed by Darius
parent 6e18aac5bd
commit dcace52ac9
6 changed files with 6 additions and 17 deletions

View File

@@ -2,8 +2,8 @@ import { description } from "reacord/package.json"
import { Meta, Title } from "react-head"
import { Route, Routes } from "react-router"
import { Link } from "react-router-dom"
import { DocumentPage } from "./document-page"
import { LandingPage } from "./landing-page"
import { DocumentPage } from "./pages/document-page"
import { LandingPage } from "./pages/landing-page"
export function App() {
return (