get editor running somewhat
This commit is contained in:
1
web/src/cascade
Submodule
1
web/src/cascade
Submodule
Submodule web/src/cascade added at 755670b8eb
@@ -1,11 +1,15 @@
|
||||
import BlogLayout from 'src/layouts/BlogLayout'
|
||||
import BlogPostsCell from 'src/components/BlogPostsCell'
|
||||
import { initialize} from 'src/cascade/js/MainPage/CascadeMain'
|
||||
|
||||
const HomePage = () => {
|
||||
return (
|
||||
|
||||
<BlogLayout>
|
||||
<BlogPostsCell/>
|
||||
<div>
|
||||
<button onClick={() => new initialize()}>init</button>
|
||||
</div>
|
||||
</BlogLayout>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user