mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 23:36:39 +00:00
✨ world map
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user