adding data browser

This commit is contained in:
2024-09-08 22:11:51 -04:00
parent e88499cbaf
commit 224e6388c1
48 changed files with 1037 additions and 75 deletions

View File

@@ -0,0 +1,12 @@
import { Component } from '@angular/core';
@Component({
selector: 'fbi-context-menu',
standalone: true,
imports: [],
templateUrl: './context-menu.component.html',
styleUrl: './context-menu.component.scss'
})
export class ContextMenuComponent {
}