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