import type { NextPage } from "next"; import Head from "next/head"; import Image from "next/image"; import styles from "../styles/Home.module.css"; import Link from "next/link"; const Home: NextPage = () => { return (
Create Next App

Luckysheet Document




Home →

Luckysheet official website main page

Build →

Create your own custom luckysheet build

Interface →

Test backend interface, as `pages/api` folder

Document →

Luckysheet core and official plugins document

); }; export default Home;