1
0
Fork 0
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:
Paweł Malak 2023-07-23 00:40:57 +02:00
parent 69ddc44796
commit 17f0b7a553

View file

@ -1,4 +1,4 @@
const classes = require('./SettingsHeadline.module.css');
import classes from './SettingsHeadline.module.css';
interface Props {
text: string;