Skip to content

Commit

Permalink
Fixed lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jul 28, 2023
1 parent 8e8ef6c commit af8802d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docroot/themes/contrib/civictheme/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

// Using Production version of the asset building Webpack configuration to
// unify the building pipeline.
const path = require('path');
const { merge } = require('webpack-merge');
const webpack = require('webpack');
const path = require('path');
const custom = require('../webpack/webpack.prod');
const scssVariables = require('./importer.scss_variables');
const iconUtils = require('../components/00-base/icon/icon.utils');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

// Using Production version of the asset building Webpack configuration to
// unify the building pipeline.
const path = require('path');
const { merge } = require('webpack-merge');
const webpack = require('webpack');
const path = require('path');
const custom = require('../webpack/webpack.prod');
const scssVariables = require('./importer.scss_variables');
const iconUtils = require('../components/00-base/icon/icon.utils');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

// Using Production version of the asset building Webpack configuration to
// unify the building pipeline.
const path = require('path');
const { merge } = require('webpack-merge');
const webpack = require('webpack');
const path = require('path');
const custom = require('../webpack/webpack.prod');
const scssVariables = require('./importer.scss_variables');
const iconUtils = require('../components_combined/00-base/icon/icon.utils');
Expand Down

0 comments on commit af8802d

Please sign in to comment.