Skip to content

Commit f563614

Browse files
committed
feat: Rebame config file to firebase config.
1 parent 9cd9297 commit f563614

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/auth/components/AuthModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { FaGithub, FaGoogle } from 'react-icons/fa'
33
import ReactModal from 'react-modal'
44
import toast from 'react-simple-toasts'
55
import { useAuth } from 'src/features/auth'
6-
import { auth, githubProvider, googleProvider } from '../api/Config'
6+
import { auth, githubProvider, googleProvider } from '../api/FirebaseConfig'
77

88
type AuthModalProps = {
99
showAuth: boolean

src/features/auth/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * from './api/Config'
1+
export * from './api/FirebaseConfig'
22
export * from './components/AuthModal'
33
export * from './hooks/useAuth'
44
export * from './stores/authStore'

0 commit comments

Comments
 (0)