feat: add config, types and add basic quadrant page

This commit is contained in:
Mathias Schopmans
2024-02-13 11:07:28 +01:00
committed by Mathias Schopmans
parent 2e0f320424
commit 57d7e85331
11 changed files with 171 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ import { usePathname } from "next/navigation";
import logo from "../../../public/logo.svg";
import styles from "./Logo.module.css";
import { getAppName } from "@/lib/config";
import { getAppName } from "@/lib/data";
import { cn } from "@/lib/utils";
export function Logo() {