import { Helmet } from '@modern-js/runtime/head'; import './index.css'; const Index = () => (
Welcome to Modern.js Logo

Modern.js

Get started by editing src/routes/page.tsx

Guide

Follow the guides to use all features of Modern.js.

Tutorials

Learn to use Modern.js to create your first application.

Config

Find all configuration options provided by Modern.js.

Github

View the source code of Github, feel free to contribute.

); export default Index;