mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-06-28 05:10:02 +02:00
MikroWizard Initial commit | MikroFront Welcome to the world :)
This commit is contained in:
commit
b97aec6b97
203 changed files with 41097 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { FooterComponent } from '@coreui/angular';
|
||||
|
||||
@Component({
|
||||
selector: 'app-default-footer',
|
||||
templateUrl: './default-footer.component.html',
|
||||
styleUrls: ['./default-footer.component.scss'],
|
||||
})
|
||||
export class DefaultFooterComponent extends FooterComponent {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue