Sign in

canrd-main / canrd-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • canrd-erp-front
  • src
  • pages
  • about
  • index.tsx
  • feat:init
    21f5dacd
    calmound authored
    2023-10-25 13:45:06 +0800  
    Browse Code ยป
index.tsx 186 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
import React from 'react';
import styles from './index.less';

export default function Page() {
  return (
    <div>
      <h1 className={styles.title}>Page index</h1>
    </div>
  );
}