tiefen_space_share_web/app/page.jsx

6 lines
129 B
React
Raw Normal View History

2024-12-04 14:14:25 +08:00
import React from "react";
export default function Home() {
return <section className="flex flex-col container"></section>;
}