Skip to content

Commit

Permalink
rename: API 관련 폴더와 파일 경로 수정 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
HSjjs98 committed Jul 5, 2024
1 parent ce99813 commit 07a3549
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/Header/Header.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import AuthService from '../Auth/AuthService.js';
import AuthService from '../API/AuthService.js';
import Button from '../Button/Button.js';
import './Header.css';

Expand Down
2 changes: 1 addition & 1 deletion src/components/SignInForm/SignInForm.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Input from '../Input/Input.js';
import Button from '../Button/Button.js';
import './SignInForm.css';
import AuthService from '../Auth/AuthService.js';
import AuthService from '../API/AuthService.js';

export default class SignInForm {
constructor() {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Profile/Profile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import AuthService from '../../components/Auth/AuthService.js';
import AuthService from '../../components/API/AuthService.js';
import Button from '../../components/Button/Button.js';
import Main from '../../components/Main.js';
import PersonalDetails from '../../components/PersonalInfo/PersonalDetails.js';
Expand Down
2 changes: 1 addition & 1 deletion src/routes/Route.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import AuthService from '../components/Auth/AuthService.js';
import AuthService from '../components/API/AuthService.js';
import Menu from '../components/NavBar/Menu.js';
import {
HomePage,
Expand Down

0 comments on commit 07a3549

Please sign in to comment.