source: src/auth/context/firebase/auth-context.tsx

main
Last change on this file was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 253 bytes
Line 
1'use client';
2
3import { createContext } from 'react';
4//
5import { FirebaseContextType } from '../../types';
6
7// ----------------------------------------------------------------------
8
9export const AuthContext = createContext({} as FirebaseContextType);
Note: See TracBrowser for help on using the repository browser.