Skip to content

Commit

Permalink
chore: 프로젝트 구조 세팅 (#11)
Browse files Browse the repository at this point in the history
* chore: 필요없는 파일 제거

* fix: 파일명 오타 수정

* feat: 기본 디렉토리 추가
  • Loading branch information
dmdgpdi authored Sep 13, 2024
1 parent 6b0c56b commit 73fbf7e
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 15 deletions.
Empty file added frontend/src/apis/index.ts
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import { ClientProvider } from './ClientPrivider';
import { ClientProvider } from './ClientProvider';

const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
Expand Down
Empty file.
Empty file.
Empty file added frontend/src/features/index.ts
Empty file.
Empty file added frontend/src/hooks/index.ts
Empty file.
Empty file added frontend/src/lib/index.ts
Empty file.
Empty file added frontend/src/widgets/index.ts
Empty file.
10 changes: 0 additions & 10 deletions node_modules/.yarn-integrity

This file was deleted.

4 changes: 0 additions & 4 deletions yarn.lock

This file was deleted.

0 comments on commit 73fbf7e

Please sign in to comment.