complete project using prettier!
This commit is contained in:
@@ -11,4 +11,4 @@ export interface UserDataContextType {
|
||||
error: string | null;
|
||||
}
|
||||
|
||||
export const UserDataContext = React.createContext<UserDataContextType | undefined>(undefined);
|
||||
export const UserDataContext = React.createContext<UserDataContextType | undefined>(undefined);
|
||||
|
||||
Reference in New Issue
Block a user