Added a todo.

This commit is contained in:
JesseBrault0709 2024-05-20 09:32:00 +02:00
parent dad862df09
commit 194e06320f

View File

@ -18,6 +18,7 @@
- [ ] Create smoke screen test cases for the compiler.
- [ ] Separate the api, runtime, and compiler elements. The api/runtime can depend on the compiler. If users really want
to meddle with the compiler for some reason, they can depend on it directly.
- [ ] Rename base package to `groowt.view.component.web`
### Done
- [X] Fix inner class bug.