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