Answer the question
In order to leave comments, you need to log in
File is not included in React, what's wrong?
Side.js and Side.css are in the comp folder
Inside Side.js I import Side.css styles but it gives an error
import React, { Component } from 'react'
import './Side.css'
export default class Side extends Component {
render() {
return (
<div class="side df">
Test
</div>
)
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question