mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
add proper dependencies to wa-page
This commit is contained in:
@@ -4,10 +4,13 @@ import { live } from 'lit/directives/live.js';
|
||||
import { unsafeHTML } from 'lit/directives/unsafe-html.js';
|
||||
import { toLength, toPx } from '../../internal/css-values.js';
|
||||
import WebAwesomeElement from '../../internal/webawesome-element.js';
|
||||
import '../drawer/drawer.js';
|
||||
import styles from './page.css';
|
||||
import mobileStyles from './page.mobile.styles.js';
|
||||
|
||||
import '../drawer/drawer.js';
|
||||
import '../button/button.js';
|
||||
import '../icon/icon.js';
|
||||
|
||||
import type { PropertyValues } from 'lit';
|
||||
import type WaDrawer from '../drawer/drawer.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user