Skip to content

Commit

Permalink
Merge pull request #112 from Konkuk-KUIT/seungwoo
Browse files Browse the repository at this point in the history
7주차 미션 완료
  • Loading branch information
Nangniya authored May 18, 2024
2 parents 412a829 + 5c94bfc commit 2ef5d24
Show file tree
Hide file tree
Showing 19 changed files with 18,770 additions and 1 deletion.
1 change: 0 additions & 1 deletion week6/seungwoo/src/components/ProductRow.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import { Products } from "../App";
import ProductTable from "./ProductTable";

interface Props {
product: Products;
Expand Down
23 changes: 23 additions & 0 deletions week7/seungwoo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Binary file added week7/seungwoo/README.md
Binary file not shown.
Loading

0 comments on commit 2ef5d24

Please sign in to comment.