Skip to content

Commit

Permalink
πŸ“‚ docs. 파일 생성 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-pine committed Sep 30, 2022
1 parent aac5473 commit 0f0cf88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/adReport/adContainer/AdContainer.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import "./_adContainer.scss";

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

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

0 comments on commit 0f0cf88

Please sign in to comment.