mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 14:34:44 +02:00
8 lines
100 B
TypeScript
8 lines
100 B
TypeScript
import React from 'react';
|
|
|
|
export default () => (
|
|
<div>
|
|
<p>Dashboard</p>
|
|
</div>
|
|
);
|