Skip to content

Commit

Permalink
refactor: 파일정리 (barrel, public)
Browse files Browse the repository at this point in the history
  • Loading branch information
DingX2 committed May 20, 2024
1 parent 3e8244c commit 31aa552
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
Binary file added public/image/BackgroundImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/image/Speech.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/image/Typescript_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 0 additions & 1 deletion src/assets/solid.svg

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/common/style.tsx

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions src/components/molecules/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export * from './Nav';
export * from './Card';
export * from './ImageBox';
export * from './Background';
export * from './Speech';
1 change: 1 addition & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './query';
export * from './skills';
3 changes: 3 additions & 0 deletions src/types/styles.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export interface Style {
sx?: string;
}

0 comments on commit 31aa552

Please sign in to comment.