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 019f61d commit 832fae2
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, { useState } from 'react';
import style from './HelloWorld.module.css';
import * as style from './HelloWorld.module.css';

const HelloWorld = (props) => {
const [name, setName] = useState(props.name);
Expand Down

0 comments on commit 832fae2

Please sign in to comment.