fix prettier conflicts
This commit is contained in:
@@ -15,7 +15,7 @@ import React, {
|
||||
useState,
|
||||
} from "react";
|
||||
|
||||
import { API_URI } from '../config'
|
||||
import { API_URI } from "../config";
|
||||
|
||||
type Props = {
|
||||
children: ReactNode;
|
||||
@@ -23,11 +23,11 @@ type Props = {
|
||||
|
||||
export const AuthHeaderContext = createContext<
|
||||
| {
|
||||
authHeader: { key: string; value: string };
|
||||
setAuthHeader: React.Dispatch<
|
||||
React.SetStateAction<{ key: string; value: string }>
|
||||
>;
|
||||
}
|
||||
authHeader: { key: string; value: string };
|
||||
setAuthHeader: React.Dispatch<
|
||||
React.SetStateAction<{ key: string; value: string }>
|
||||
>;
|
||||
}
|
||||
| undefined
|
||||
>(undefined);
|
||||
|
||||
|
Reference in New Issue
Block a user