mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 15:56:39 +00:00
major ui tweaks and refactoring
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import EnvContext from "@app/contexts/envContext";
|
||||
import { env } from "@app/lib/types/env";
|
||||
import { Env } from "@app/lib/types/env";
|
||||
|
||||
interface ApiProviderProps {
|
||||
children: React.ReactNode;
|
||||
env: env;
|
||||
env: Env;
|
||||
}
|
||||
|
||||
export function EnvProvider({ children, env }: ApiProviderProps) {
|
||||
|
||||
Reference in New Issue
Block a user