frontend
This commit is contained in:
13
Yuna.Website/yuna.website.client/src/components/Header.tsx
Normal file
13
Yuna.Website/yuna.website.client/src/components/Header.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
import "../resources/styles/header.scss"
|
||||
|
||||
export const Header = () => {
|
||||
return (
|
||||
<div style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
paddingTop: 10
|
||||
}}>
|
||||
<header className="header">
|
||||
<h1>Yuna</h1>
|
||||
</header></div>);
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
import girl from "../resources/images/loading_flex.webp"
|
||||
export const LoadingComponent = () => {
|
||||
return <img src={girl}></img>
|
||||
}
|
Reference in New Issue
Block a user