mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 21:57:22 +08:00
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
import React from 'react';
|
|
export default function Dashboard() {
|
|
return <div>Welcome to the Helix Admin Dashboard</div>;
|
|
}
|