Skip to content

Commit

Permalink
refactor(navdrawer): fix header item imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed May 13, 2024
1 parent 96ac5bc commit a99ae4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/nav-drawer/themes/header-item.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { css } from 'lit';

import type { Themes } from '../../../theming/types.js';

// Shared Styles
import { styles as bootstrap } from './shared/header-item/header-item.bootstrap.css.js';
import { styles as indigo } from './shared/header-item/header-item.indigo.css.js';
import { Themes } from '../../../theming/types.js';

const light = {
bootstrap: css`
Expand Down

0 comments on commit a99ae4a

Please sign in to comment.