mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 19:18:51 +00:00
add folder structure to Typescript and CSS file
This commit is contained in:
parent
84581269e7
commit
a25cb0cce8
4 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
import "./App.css";
|
||||
import "./colors.css";
|
||||
import "./fonts.css";
|
||||
import LoginAndSignUpPage from "./LoginAndSignUpPage";
|
||||
import Footer from "./Footer";
|
||||
import Header from "./header";
|
||||
import "./styles/colors.css";
|
||||
import "./styles/fonts.css";
|
||||
import LoginAndSignUpPage from "./pages/LoginAndSignUpPage";
|
||||
import Footer from "./components/Footer";
|
||||
import Header from "./components/header";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue