feat: init

This commit is contained in:
Morten Olsen
2023-09-06 10:56:36 +02:00
commit 1f3401a961
55 changed files with 6098 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { Block } from '../../features/runner'
import { worker } from './worker';
import { Presenter } from '../../presenters/graph';
# Hello World
<Block worker={worker} action="realistic" presenter={Presenter} />