import React from 'react'; import HomeBlock from 'components/HomeBlock'; const homeBlocks = [ { id: 0, title: "Nextjs Doc", url: "https://nextjs.org/docs", description: "Find in-depth information about Next.js Features and API.", }, { id: 1, url: "https://tauri.app/v1/guides/", title: "Tauri Doc", description: "Find in-depth information about Tauri Features and API.", }, ] const Home = () => (
Get started by editing src-next/pages/index.tsx