1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00

🧹 Remove unused Content component

This commit is contained in:
Steffo 2021-10-13 01:57:40 +02:00
parent 8aa5e9af03
commit 0325c34842
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,15 +0,0 @@
import * as React from "react"
import * as ReactDOM from "react-dom"
interface ContentProps {
}
export function Content({}: ContentProps): JSX.Element {
return (
<>
</>
)
}