Skip to content

Commit

Permalink
Fix critical breaking with Core.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hyders committed Jul 28, 2021
1 parent 2734fac commit 16d91ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-reactinnit",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"react",
"create-react-app",
Expand Down
2 changes: 1 addition & 1 deletion template/src/jsx/Core.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./Core.css";
import "./css/Core.css";

function App() {
return (
Expand Down

0 comments on commit 16d91ca

Please sign in to comment.