Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 6, 2021
1 parent aa10bb3 commit d7e1fb8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions integrations/nextjs-plugin/src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ import {
RuleOptions,
defaultCompileProps,
} from '@component-controls/core';
import {
getBundleName,
getCSSBundleName,
} from '@component-controls/core/node-utils';
import { getCSSBundleName } from '@component-controls/core/node-utils';
import { Store } from '@component-controls/core';
import { mergeBuildConfiguration } from '@component-controls/config';
import { loadStore } from '@component-controls/store';
import { getSiteMap } from '@component-controls/routes';

Expand Down

0 comments on commit d7e1fb8

Please sign in to comment.