iGal
Results
1
issues of
iGal
I have this situation where in one of my Component JSX file (For Eg. List.jsx) is importing the styles as follows: ``` import styles from "./css/list.rcss"; import "fixed-data-table.css"; import "./css/fixed-data-table.css";...
question