This commit is contained in:
monoid 2022-06-11 19:00:38 +09:00
parent 7afe441f8c
commit b40bbbca13
1 changed files with 3 additions and 2 deletions

View File

@ -551,7 +551,8 @@ module chunk {
}
}
chunkViewer(chunk : Chunk, focusedChunk : State<string>, deleteThis : () => void) : Component {
chunkViewer(chunk : Chunk, focusedChunk : State<string>,
deleteThis : () => void) : Component {
var mode = Read
var c = new Component(
@ -666,7 +667,7 @@ module settings {
return c
}
}
```
```
module frontend {
main() : Component {