Skip to content

Commit

Permalink
Update importing css based on css-loader v7
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Apr 5, 2024
1 parent 832fae2 commit b51bdb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import PropTypes from 'prop-types';
import React from 'react';
import style from './HelloWorld.module.css';
import * as style from './HelloWorld.module.css';

const HelloWorld = ({ name, updateName }) => (
<div>
Expand Down

0 comments on commit b51bdb5

Please sign in to comment.