metadata-management (#10)
Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com> Reviewed-on: #10
This commit is contained in:
parent
598377d8d0
commit
284e1cbef8
49 changed files with 585 additions and 82 deletions
9
src/app/components/divider/divider.component.ts
Normal file
9
src/app/components/divider/divider.component.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-divider',
|
||||
imports: [],
|
||||
templateUrl: './divider.component.html',
|
||||
styleUrl: './divider.component.scss'
|
||||
})
|
||||
export class DividerComponent { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue