mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
🧹 Remove useless demo files
This commit is contained in:
parent
04eed4706d
commit
d3a6c88d04
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
import React, {Component} from 'react'
|
|
||||||
import {render} from 'react-dom'
|
|
||||||
|
|
||||||
import Example from '../../src'
|
|
||||||
|
|
||||||
export default class Demo extends Component {
|
|
||||||
render() {
|
|
||||||
return <div>
|
|
||||||
<h1>bluelib-react3 Demo</h1>
|
|
||||||
<Example/>
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
render(<Demo/>, document.querySelector('#demo'))
|
|
Loading…
Reference in a new issue