world map

This commit is contained in:
Fred KISSIE
2025-11-20 08:19:11 +01:00
parent d6e8eb5307
commit 5d1f81a92c
13 changed files with 2643 additions and 192 deletions

View File

@@ -1,7 +1,7 @@
import { Env } from "@app/lib/types/env";
import type { Env } from "@app/lib/types/env";
import { createContext } from "react";
interface EnvContextType {
export interface EnvContextType {
env: Env;
}