Skip to content

Commit 680f03b

Browse files
committed
Fixing prettier
1 parent cbc96fe commit 680f03b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState } from "react";
22
import "./App.css";
3-
import User from './components/User/page';
3+
import User from "./components/User/page";
44

55
function App() {
66
const [showAddSkillForm, setShowAddSkillForm] = useState(false);

src/App.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,3 @@ describe("User Component", () => {
114114
});
115115
});
116116
});
117-

0 commit comments

Comments
 (0)