Skip to content

Commit

Permalink
[πŸ› οΈ : fix] import ꡬ문 였λ₯˜ ν•΄κ²°
Browse files Browse the repository at this point in the history
- 8bf37ba μ—μ„œ λˆ„λ½ν•œ μž‘μ—… 진행
  • Loading branch information
sryung1225 committed Dec 18, 2023
1 parent 510baf8 commit 6e0bbb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file removed src/components/tweet-form.tsx
Empty file.
6 changes: 3 additions & 3 deletions src/routes/auth.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { useState } from 'react';
import { GoogleAuthProvider, GithubAuthProvider } from 'firebase/auth';
import SignUp from '../components/signUp.tsx';
import SignIn from '../components/signIn.tsx';
import SignUp from '../components/sign-up.tsx';
import SignIn from '../components/sign-in.tsx';
import * as S from '../styles/auth.ts';
import SocialSignIn from '../components/socialSignIn.tsx';
import SocialSignIn from '../components/social-sign-in.tsx';
import ImageComputer from '../assets/images/logo-big.png';
import { ReactComponent as IconGoogle } from '../assets/images/i-google.svg';
import { ReactComponent as IconGithub } from '../assets/images/i-github.svg';
Expand Down

0 comments on commit 6e0bbb6

Please sign in to comment.