implemented carousel component

This commit is contained in:
andres alcocer
2020-08-02 14:51:39 -04:00
parent 6ff6cf327f
commit 181daad105
6 changed files with 105 additions and 37 deletions

View File

@@ -41,6 +41,11 @@ module.exports = () => {
loader: 'svg-react-loader',
},
},
{
test: /\.css$/,
include: /node_modules/,
loaders: ['style-loader', 'css-loader'],
},
{
test: /\.scss$/,
use: [