Skip to content

Commit 0b8f810

Browse files
committed
Prettier the code: Form Validation Project
1 parent 9fa768e commit 0b8f810

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

11. Form Validation/src/App.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import React from 'react';
2-
import FormValidation from "./FormValidation"
1+
import React from "react";
2+
import FormValidation from "./FormValidation";
33

44
function App() {
55
return (
66
<div>
7-
<FormValidation/>
7+
<FormValidation />
88
</div>
9-
)
9+
);
1010
}
1111

12-
export default App
12+
export default App;

0 commit comments

Comments
 (0)