diff --git a/components/PageActions.tsx b/components/PageActions.tsx index 58f860b..d89f6f0 100644 --- a/components/PageActions.tsx +++ b/components/PageActions.tsx @@ -2,10 +2,8 @@ import React from 'react' import * as types from 'lib/types' -import styles from './styles.module.css' +// import styles from './styles.module.css' export const PageHead: React.FC = ({ site }) => { - return ( - - ) -} \ No newline at end of file + return null +}