origin/apps/web/src/app/main/systemlog/SystemLogPage.tsx

3 lines
80 B
TypeScript
Raw Normal View History

2025-03-25 12:54:26 +08:00
export default function SystemLogPage() {
return <div>SystemLogPage</div>;
}