From 194e06320f56836b6dc1003e4c7510f66c3ed49b Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Mon, 20 May 2024 09:32:00 +0200 Subject: [PATCH] Added a todo. --- web-views/todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/web-views/todo.md b/web-views/todo.md index ef05cd1..062c068 100644 --- a/web-views/todo.md +++ b/web-views/todo.md @@ -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.