mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
8 lines
100 B
TypeScript
8 lines
100 B
TypeScript
import React from 'react';
|
|
|
|
export default () => {
|
|
return (
|
|
<h1>Overview</h1>
|
|
);
|
|
};
|