mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
Fixed bug where styles for SettingsHeadline weren\'t applied with current version of react-scripts
This commit is contained in:
parent
69ddc44796
commit
17f0b7a553
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const classes = require('./SettingsHeadline.module.css');
|
||||
import classes from './SettingsHeadline.module.css';
|
||||
|
||||
interface Props {
|
||||
text: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue