feat: build dark fantasy application shell
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-context-panel',
|
||||
templateUrl: './context-panel.component.html',
|
||||
styleUrl: './context-panel.component.scss',
|
||||
})
|
||||
export class ContextPanelComponent {}
|
||||
Reference in New Issue
Block a user