base zone components and type refinements

This commit is contained in:
Julian Krauser 2024-11-02 12:47:07 +01:00
parent 9d96e3a6dc
commit 5c56af0dad
38 changed files with 323 additions and 54 deletions

View file

@ -1,5 +1,5 @@
import type Footer from "../component/footer";
import type Navbar from "../component/navbar";
import type Footer from "../component/globalFooter";
import type Navbar from "../component/globalNavbar";
export default interface Global {
id: number;