refactor: rework assets fetching
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { createContext } from "react";
|
||||
import { type RootManifest } from "~/utils/types";
|
||||
|
||||
export const AppContext = createContext<
|
||||
| {
|
||||
rootManifest: RootManifest;
|
||||
activeKitty: string;
|
||||
setActiveKitty: (value: string) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user