Add prettier file config

This commit is contained in:
2023-10-17 11:37:39 +07:00
parent 3dbdf51b64
commit 170b2b53f1
3 changed files with 16 additions and 6 deletions
+4 -6
View File
@@ -1,13 +1,11 @@
import { useState } from "react";
import reactLogo from "./assets/react.svg";
import viteLogo from "/vite.svg";
import "./App.css";
import { useState } from 'react';
import reactLogo from './assets/react.svg';
import viteLogo from '/vite.svg';
import './App.css';
function App() {
const [count, setCount] = useState(0);
console.log("Test");
return (
<>
<div>