generated from lucien/actix-react-template
[Front] Structuration des fichiers
This commit is contained in:
parent
e7dbe84ea5
commit
2bd75babff
3 changed files with 29 additions and 0 deletions
10
front/src/components/TestComponent.tsx
Normal file
10
front/src/components/TestComponent.tsx
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
export default function TestComponent() {
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<h1>Hello RedCrab </h1>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
9
front/src/pages/GamePage.tsx
Normal file
9
front/src/pages/GamePage.tsx
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
export default function GamePage() {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<h1>Game Page</h1>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
10
front/src/pages/MainPage.tsx
Normal file
10
front/src/pages/MainPage.tsx
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
export default function MainPage() {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<h1>Main Page</h1>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue