Skip to content

Commit

Permalink
Merge branch 'feature/paths' into feature/layout
Browse files Browse the repository at this point in the history
  • Loading branch information
김선미 authored Nov 11, 2023
2 parents cb1addb + 19923d9 commit 50a39ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Front-end/src/pages/CheckKidsinfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { parentsState } from '../recoil/parentsState';
import CheckInfo from '../components/CheckKidsInfo/CheckInfo';
import LongBtn from '../components/Button/LongBtn';
import { PageUrls } from '../constants/page-urls';
import Layout from 'components/Layout';
import Layout from '../components/Layout';


const CheckKidsinfo = () => {
const [parent] = useRecoilState(parentsState);
Expand Down
5 changes: 1 addition & 4 deletions Front-end/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": "./src",
"paths": {
"@constants/*": ["constants/*"]
}
"baseUrl": "./src"
},
"include": ["src/**/*"],
"ignoreCase": true
Expand Down

0 comments on commit 50a39ab

Please sign in to comment.