@ -28,6 +28,7 @@
"axios": "^0.25.0",
"axios-mock-adapter": "^1.20.0",
"chance": "^1.1.8",
"core-js": "^3",
"csstype": "^3.0.10",
"date-fns": "^2.28.0",
"draft-js": "^0.11.7",
@ -129,6 +130,7 @@
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"react-error-overlay": "6.0.9",
"sass": "^1.49.7"
"sass": "^1.49.7",
"yarn-audit-fix": "^9.2.0"
}
@ -105,7 +105,7 @@ const ParkingRegister = () => {
<Grid item>
<OutlinedInput placeholder="접수번호" onKeyDown={handleSearch} size="small" autoFocus />
-
<OutlinedInput placeholder="접수번호" onKeyDown={handleSearch} size="small" />
{/* <TextField fullWidth label="Last Name" defaultValue="Schorl" /> */}
</Grid>