Skip to content

Commit

Permalink
πŸ“‚ docs. 파일 생성 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-pine committed Oct 2, 2022
1 parent 92ce3bf commit 3626153
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/prodReport/prodContainer/ProdContainer.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import "./_prodContainer.style.scss";

const ProdContainer = () => {
return <div></div>;
};

export default ProdContainer;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "../../../styles/colors";
7 changes: 7 additions & 0 deletions src/components/tables/prodReportTable/ProdReportTable.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import "./_prodReportTable.style.scss";

const ProdReportTable = () => {
return <div></div>;
};

export default ProdReportTable;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "../../../styles/colors";

0 comments on commit 3626153

Please sign in to comment.