Skip to content

Commit 9deca54

Browse files
fix
1 parent 8e8a72d commit 9deca54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/src/App.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
import React from 'react';
1+
import React from "react";
22

3-
import './App.css';
3+
import "./App.css";
44

55
function App() {
66
return (
77
<div className="App">
88
<header className="App-header">
9-
109
<p>
1110
Edit <code>src/App.tsx</code> and save to reload.
1211
</p>

0 commit comments

Comments
 (0)