refactor: data format

This commit is contained in:
Daniel Soares
2021-12-18 22:41:05 -03:00
parent 97187fdad4
commit a9ff01aa52
29 changed files with 418 additions and 154 deletions

View File

@@ -1,4 +1,4 @@
import { GetStaticProps } from 'next'
import type { GetStaticProps } from 'next'
import { Home } from '../components/Home'
import { fetchData } from '../services/fetchData'