wip: refactor
This commit is contained in:
4
packages/ark/src/context.ts
Normal file
4
packages/ark/src/context.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { createContext } from "react";
|
||||
import { type Ark } from "./ark";
|
||||
|
||||
export const ArkContext = createContext<Ark | null>(undefined);
|
||||
Reference in New Issue
Block a user