fix problem

This commit is contained in:
hamid zarghami
2025-11-12 14:42:02 +03:30
parent d36b8e40f0
commit 1ad0424ace
6 changed files with 52 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import React from 'react'
import { type FC } from 'react'
const Home = () => {
const Home: FC = () => {
return (
<div>Home</div>
)