Skip to content

Commit

Permalink
remove example config query
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Mar 19, 2021
1 parent efbb1c9 commit 74b657a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/components/header/header.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import { css, html, LitElement, unsafeCSS } from 'lit-element';
import client from '@greenwood/plugin-graphql/core/client';
import MenuQuery from '@greenwood/plugin-graphql/queries/menu';
import ConfigQuery from '@greenwood/plugin-graphql/queries/config';
import '@evergreen-wc/eve-container';
import headerCss from './header.css';
// TODO import evergreenLogo from '../../assets/evergreen.svg';
import '../social-icons/social-icons.js';

console.debug('ConfigQuery', ConfigQuery);

class HeaderComponent extends LitElement {

static get properties() {
Expand Down

0 comments on commit 74b657a

Please sign in to comment.