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 e26527c commit bb28444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/client/app/startup/HelloWorld.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import RailsContext from '../components/RailsContext';

// Example of CSS modules...
import css from '../components/HelloWorld.module.scss';
import * as css from '../components/HelloWorld.module.scss';

// Super simple example of the simplest possible React component
class HelloWorld extends React.Component {
Expand Down

0 comments on commit bb28444

Please sign in to comment.