Skip to content

Commit

Permalink
del useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Oct 26, 2017
1 parent 6c7fc6b commit 2f4a4b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/news-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import '../node_modules/@polymer/iron-pages/iron-pages.js';
import './news-data.js';
import './news-nav.js';
import { afterNextRender } from '../node_modules/@polymer/polymer/lib/utils/render-status.js';
import { importHref } from '../node_modules/@polymer/polymer/lib/utils/import-href.js';

class NewsApp extends Element {
static get template() {
Expand Down

0 comments on commit 2f4a4b5

Please sign in to comment.