diff --git a/src/components/common/Content.tsx b/src/components/common/Content.tsx deleted file mode 100644 index df421d5..0000000 --- a/src/components/common/Content.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import * as React from "react" -import * as ReactDOM from "react-dom" - - -interface ContentProps { - -} - - -export function Content({}: ContentProps): JSX.Element { - return ( - <> - - ) -}