mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
9 lines
97 B
TypeScript
9 lines
97 B
TypeScript
import React from 'react';
|
|
|
|
export default () => {
|
|
return (
|
|
<>
|
|
</>
|
|
);
|
|
};
|