mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
move a bunch of files around
This commit is contained in:
parent
9323985c8d
commit
c1de266b2d
13 changed files with 32 additions and 32 deletions
|
|
@ -9,10 +9,10 @@ import 'bootstrap/dist/css/bootstrap.min.css';
|
|||
import "react-toggle/style.css"
|
||||
import { FaCog, FaSun, FaMoon } from "react-icons/fa";
|
||||
|
||||
import Dash from './Components/Dash.js'
|
||||
import Dash from './Pages/Dash.js'
|
||||
import history from "./History.js";
|
||||
import Footer from './Components/Footer.js'
|
||||
import Public from './Components/Public.js'
|
||||
import Public from './Pages/Public.js'
|
||||
import Home from './Pages/Home.js'
|
||||
|
||||
export default function App() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue