7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
|
import React from 'react';
|
||
|
import { GlobalStyles } from 'twin.macro';
|
||
|
|
||
|
export default () => {
|
||
|
return <GlobalStyles/>;
|
||
|
};
|