Это моя структура папок:

CreateComponent.tsx
Код: Выделить всё
import React from 'react';
import './styles.css';
export const CreateComponent = () => {
return (
Hello, World
);
}
Код: Выделить всё
h1 {
color: red;
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... age-plugin