refactor: move stylesheets
This commit is contained in:
parent
d56adb865d
commit
e2d00b489c
8
routes/projets/index.tsx
Normal file
8
routes/projets/index.tsx
Normal file
|
@ -0,0 +1,8 @@
|
|||
export default function Machines() {
|
||||
return (
|
||||
<>
|
||||
<h1>Nos projets</h1>
|
||||
<section></section>
|
||||
</>
|
||||
)
|
||||
}
|
3
src/stylesheets/base.css
Normal file
3
src/stylesheets/base.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
background-color: blue;
|
||||
}
|
1
static/styles.css
Normal file
1
static/styles.css
Normal file
File diff suppressed because one or more lines are too long
1
static/styles.map.css
Normal file
1
static/styles.map.css
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue