feat: render interactive ashen fields world
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { Component, inject } from '@angular/core';
|
||||
import { WorldStore } from '../../features/world/world.store';
|
||||
|
||||
@Component({
|
||||
selector: 'app-context-panel',
|
||||
templateUrl: './context-panel.component.html',
|
||||
styleUrl: './context-panel.component.scss',
|
||||
})
|
||||
export class ContextPanelComponent {}
|
||||
export class ContextPanelComponent {
|
||||
protected readonly worldStore = inject(WorldStore);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user