mirror of
https://github.com/DerTyp7/tf-homepage-react.git
synced 2025-11-03 06:43:49 +01:00
first commit
This commit is contained in:
10
src/Header.tsx
Normal file
10
src/Header.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import "./assets/styles/Header.scss";
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
<header className="header">
|
||||
<h1>TealFire</h1>
|
||||
</header>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user