Skip to content

Commit f5dccaa

Browse files
committed
tutorial formatting
1 parent c3ee8bd commit f5dccaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/src/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from "react";
22
import * as ReactDOM from "react-dom";
33
import App from "./App";
4-
import './main.css';
4+
import "./main.css";
55

66
let rootElement = document.getElementById("app");
77
ReactDOM.render(<App />, rootElement);

0 commit comments

Comments
 (0)