refactor: move stylesheets

This commit is contained in:
Julien Oculi 2024-01-14 21:11:42 +01:00
parent d56adb865d
commit e2d00b489c
6 changed files with 13 additions and 0 deletions

8
routes/projets/index.tsx Normal file
View file

@ -0,0 +1,8 @@
export default function Machines() {
return (
<>
<h1>Nos projets</h1>
<section></section>
</>
)
}

3
src/stylesheets/base.css Normal file
View file

@ -0,0 +1,3 @@
body {
background-color: blue;
}

1
static/styles.css Normal file

File diff suppressed because one or more lines are too long

1
static/styles.map.css Normal file

File diff suppressed because one or more lines are too long