mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-17 11:58:14 +08:00
Added initial header
This commit is contained in:
parent
9c4a5fd4fb
commit
2b5fe8171c
3 changed files with 27 additions and 6 deletions
|
@ -1,13 +1,11 @@
|
|||
import Header from "../../Components/Header/Header";
|
||||
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>
|
||||
<Header label={"Dashboard"} />
|
||||
<p style={{ ...styles.text_dark, ...styles.text_M }}>Dashboard Page</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue