修改env

This commit is contained in:
liamzi
2025-01-13 18:29:59 +08:00
parent 0f0c463c5e
commit 952edee24d
7 changed files with 36 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
import React from 'react'
export default function index() {
return (
<div>index</div>
)
}