mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
add templates
This commit is contained in:
parent
65632a9103
commit
ae673558d1
5 changed files with 80 additions and 4 deletions
|
|
@ -12,6 +12,7 @@ import Footer from './Components/Footer.js'
|
|||
import Public from './Pages/Public.js'
|
||||
import Home from './Pages/Home.js'
|
||||
import Settings from './Pages/Settings.js'
|
||||
import Template from './Pages/Template.js'
|
||||
import Navbar from './Components/Navbar.js'
|
||||
|
||||
export default function App() {
|
||||
|
|
@ -42,6 +43,9 @@ export default function App() {
|
|||
<Route path="/pk-webs/settings">
|
||||
<Settings forceUpdate={forceUpdate}/>
|
||||
</Route>
|
||||
<Route path="/pk-webs/template">
|
||||
<Template/>
|
||||
</Route>
|
||||
</Switch>
|
||||
</BS.Container>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue