Fix case-sensitive path
This commit is contained in:
14
app/src/components/Demo/index.tsx
Normal file
14
app/src/components/Demo/index.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as React from 'react'
|
||||
import ShowText from './ShowText'
|
||||
import Mouse from './Mouse';
|
||||
|
||||
(window as any).demo = {}
|
||||
|
||||
export default function render(props: any) {
|
||||
return (
|
||||
<span>
|
||||
<ShowText />
|
||||
<Mouse />
|
||||
</span>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user