update
This commit is contained in:
6
app/component/Header/Header.tsx
Normal file
6
app/component/Header/Header.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Dispatch, SetStateAction } from "react";
|
||||
import { createContext } from "react";
|
||||
|
||||
export const TitleContext = createContext<
|
||||
[string, Dispatch<SetStateAction<string>>]
|
||||
>(["DS-Next", () => 0]);
|
||||
Reference in New Issue
Block a user