Global footer component that fixes Liquid

This commit is contained in:
softsimon
2023-05-05 01:38:58 +04:00
parent e3e273a688
commit d40344aa92
9 changed files with 82 additions and 54 deletions

View File

@@ -88,6 +88,7 @@ import { TimestampComponent } from './components/timestamp/timestamp.component';
import { ToggleComponent } from './components/toggle/toggle.component';
import { GeolocationComponent } from '../shared/components/geolocation/geolocation.component';
import { TestnetAlertComponent } from './components/testnet-alert/testnet-alert.component';
import { GlobalFooterComponent } from './components/global-footer/global-footer.component';
@NgModule({
declarations: [
@@ -170,6 +171,7 @@ import { TestnetAlertComponent } from './components/testnet-alert/testnet-alert.
ToggleComponent,
GeolocationComponent,
TestnetAlertComponent,
GlobalFooterComponent,
],
imports: [
CommonModule,
@@ -276,6 +278,7 @@ import { TestnetAlertComponent } from './components/testnet-alert/testnet-alert.
ToggleComponent,
GeolocationComponent,
PreviewTitleComponent,
GlobalFooterComponent,
]
})
export class SharedModule {