feat: add assets
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m37s

This commit is contained in:
Hewston Fox
2026-03-21 02:56:15 +02:00
parent d620f06ab8
commit a804f3c280
49 changed files with 21548 additions and 97 deletions

View File

@@ -0,0 +1,5 @@
import classes from "./Header.module.css";
export default function Header() {
return <header className={classes.header} />;
}