C
C
Captain Cocoa2021-04-08 21:28:42
React
Captain Cocoa, 2021-04-08 21:28:42

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
Screenshot-2021-04-08-21-24-07.png

import React, { Component } from 'react'
import './Side.css'

export default class Side extends Component {
    render() {
        return (
            <div class="side df">
               Test 
            </div>
        )
    }
}


Screenshot-2021-04-08-21-28-12.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question