Implement continue for each file type
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import { createContext } from "react";
|
||||
|
||||
interface ViewerContextValue {
|
||||
fullName: string;
|
||||
email: string;
|
||||
}
|
||||
|
||||
export const Viewer = createContext<ViewerContextValue | undefined | null>({
|
||||
email: "",
|
||||
fullName: "",
|
||||
});
|
||||
Reference in New Issue
Block a user