Remove unused imports

This commit is contained in:
Daniel Ruf
2019-06-30 18:12:49 +02:00
parent b388e49df8
commit 481374bff7
7 changed files with 2 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { createRadar, groupByQuadrants, outputRadar } from '../common/radar';
import { createRadar } from '../common/radar';
import { save } from '../common/file';
import { getPageNames } from '../common/config';
import { renderPage } from '../js/server';