mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-17 11:58:14 +08:00
Added initial dashboard and error pages
This commit is contained in:
parent
46fac86ee6
commit
9c4a5fd4fb
3 changed files with 26 additions and 2 deletions
13
src/Pages/DashboardPage/DashboardPage.tsx
Normal file
13
src/Pages/DashboardPage/DashboardPage.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import styles from "../../styles";
|
||||
|
||||
export default function Dashboard() {
|
||||
return (
|
||||
<div style={styles.background}>
|
||||
<p style={{ ...styles.text_dark, ...styles.text_M }}>
|
||||
CITC EQUIPMENT
|
||||
<br />
|
||||
TRACKER
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue