mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 05:43:45 +02:00
8 lines
100 B
TypeScript
8 lines
100 B
TypeScript
import React from 'react';
|
|
|
|
export default () => (
|
|
<div>
|
|
<p>Dashboard</p>
|
|
</div>
|
|
);
|