feat: add config, types and add basic quadrant page
This commit is contained in:
committed by
Mathias Schopmans
parent
2e0f320424
commit
57d7e85331
@@ -1,8 +1,7 @@
|
||||
import logo from "../../../public/logo.svg";
|
||||
import styles from "./Footer.module.css";
|
||||
|
||||
import { getAppName } from "@/lib/config";
|
||||
import { getMessages } from "@/lib/data";
|
||||
import { getAppName, getMessages } from "@/lib/data";
|
||||
|
||||
export function Footer() {
|
||||
const appName = getAppName();
|
||||
|
||||
Reference in New Issue
Block a user