Remove unused imports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { copy } from 'fs-extra';
|
||||
import {
|
||||
assetsPath,
|
||||
faviconPath,
|
||||
distPath,
|
||||
} from '../common/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';
|
||||
|
||||
@@ -7,7 +7,6 @@ import {
|
||||
assetsPath,
|
||||
jsPath,
|
||||
radarPath,
|
||||
staticPath,
|
||||
relativePath,
|
||||
} from '../common/file';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user