Skip to content

Commit

Permalink
fix duplicate imports of eve-container custom element definition
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Mar 9, 2024
1 parent 4891195 commit 4081f23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion www/components/banner/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { css, html, LitElement, unsafeCSS } from 'lit';
import bannerCss from './banner.css?type=css';
import buttonCss from './button.css?type=css';
import './eve-button.js';
import '@evergreen-wc/eve-container';

class Banner extends LitElement {
constructor() {
Expand Down
1 change: 0 additions & 1 deletion www/components/header/header.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { css, html, LitElement, unsafeCSS } from 'lit';
import client from '@greenwood/plugin-graphql/src/core/client.js';
import MenuQuery from '@greenwood/plugin-graphql/src/queries/menu.gql';
import '@evergreen-wc/eve-container';
import headerCss from './header.css?type=css';
import '../social-icons/social-icons.js';

Expand Down

0 comments on commit 4081f23

Please sign in to comment.