refactor, fix fetch loop

This commit is contained in:
Aria Moradi
2021-01-19 14:47:07 +03:30
parent 1e46a0c78c
commit f085f26d10
7 changed files with 100 additions and 81 deletions

View File

@@ -0,0 +1,9 @@
import React from 'react';
export default function Home() {
return (
<h1>
Home
</h1>
);
}