mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
import { Block } from '../../features/runner'
|
|
import { worker } from './worker';
|
|
import { Presenter } from '../../presenters/graph';
|
|
|
|
# Hello World
|
|
|
|
<Block worker={worker} action="realistic" presenter={Presenter} />
|