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:
parent
8aa5e9af03
commit
0325c34842
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
import * as React from "react"
|
|
||||||
import * as ReactDOM from "react-dom"
|
|
||||||
|
|
||||||
|
|
||||||
interface ContentProps {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
export function Content({}: ContentProps): JSX.Element {
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
</>
|
|
||||||
)
|
|
||||||
}
|
|
Loading…
Reference in a new issue