mirror of
https://github.com/lemeow125/React-NotesApp.git
synced 2025-07-04 19:34:10 +08:00
Fixed components directories
This commit is contained in:
parent
e8150d864f
commit
df0326a768
4 changed files with 6 additions and 7 deletions
11
src/Components/Header/Header.tsx
Normal file
11
src/Components/Header/Header.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import * as React from "react";
|
||||
|
||||
import styles from "../../styles";
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
<div style={styles.header}>
|
||||
<p style={styles.text_medium}>React - A Notes Demo</p>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue