Skip to content

Commit

Permalink
build(nav-drawer): fix build error caused by unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
desig9stein committed Apr 29, 2024
1 parent 9871ac8 commit 901ca92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/nav-drawer/themes/container.ts
Expand Up @@ -16,7 +16,6 @@ import { styles as shared } from './light/container/nav-drawer.shared.css.js';
import { styles as bootstrap } from './shared/container/nav-drawer.bootstrap.css.js';
import { styles as fluent } from './shared/container/nav-drawer.fluent.css.js';
import { styles as material } from './shared/container/nav-drawer.material.css.js';
import { styles as indigo } from './shared/container/nav-drawer.indigo.css.js';

const light = {
shared: css`
Expand Down

0 comments on commit 901ca92

Please sign in to comment.