diff --git a/src/components/_common/Line/index.tsx b/src/components/_common/Line/index.tsx deleted file mode 100644 index b8ae7a22..00000000 --- a/src/components/_common/Line/index.tsx +++ /dev/null @@ -1,5 +0,0 @@ -const Line = ({ className = "" }) => { - return
; -}; - -export default Line;