feat: eslint update

This commit is contained in:
2023-09-15 12:36:07 -06:00
parent 14b52a7800
commit eb334f6357
43 changed files with 269 additions and 284 deletions
+8
View File
@@ -0,0 +1,8 @@
import { type FC } from 'react'
const RootLayout: FC = () => {
return (
<div>RootLayout</div>
)
}
export default RootLayout