mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-11 10:53:47 +02:00
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
import React from 'react';
|
|
import { GlobalStyles } from 'twin.macro';
|
|
|
|
export default () => {
|
|
return <GlobalStyles/>;
|
|
};
|