1
Fork 0

Organize imports.

This commit is contained in:
Bauke 2022-01-05 21:45:26 +01:00
parent e92a5fbd1a
commit d174246bca
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import {Component, html} from 'htm/preact';
import ExternalAnchor from '../components/external-anchor.js';
import ExternalAnchor from '../components/external-anchor.js';
import SearchBar from '../components/search-bar.js';
import SharedFooter from '../components/shared-footer.js';