Skip to content

Commit

Permalink
fix(soffit): clean old snackbar demo
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Feb 1, 2023
1 parent 6fe4423 commit 8086ac5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions uniquely/soffit-pwa/src/page-home.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import {customElement, AlwatrSmartElement, css, html, map} from '@alwatr/element';

import type {IconBoxContent} from '@alwatr/ui-kit/card/icon-box.js';

import '@alwatr/ui-kit/card/icon-box.js';
import '@alwatr/ui-kit/snackbar/snackbar.js';

import './lottery-box.js';

import type {IconBoxContent} from '@alwatr/ui-kit/card/icon-box.js';

declare global {
interface HTMLElementTagNameMap {
'alwatr-page-home': AlwatrPageHome;
Expand Down Expand Up @@ -130,8 +128,6 @@ export class AlwatrPageHome extends AlwatrSmartElement {
<span>A good ceiling is vital.<br />a SOFFIT ceiling can be an inspiration.</span>
<span class="version">v${_ALWATR_VERSION_}</span>
</footer>
<alwatr-snackbar></alwatr-snackbar>
`;
}

Expand Down

0 comments on commit 8086ac5

Please sign in to comment.