Refactor store
This commit is contained in:
parent
952a3cd34c
commit
9933f4f9ff
15 changed files with 208 additions and 287 deletions
|
|
@ -23,6 +23,8 @@ import { RemoveBlockComponent } from './components/modal/modals/remove-block/rem
|
|||
import { ToggleComponent } from './components/shared/toggle/toggle.component';
|
||||
import { TasksComponent } from './components/pages/page/tower/tasks/tasks.component';
|
||||
import { ColorPipe } from './pipes/color.pipe';
|
||||
import { Root } from './store/root';
|
||||
import { InnerNode, InnerNodeState } from './store/inner-node';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue