Remove PacksContainer.tsx

This commit is contained in:
Matthew Penner 2020-09-19 17:39:21 -06:00
parent 1cdf9bc18f
commit 108bf6e3f7

View file

@ -1,14 +0,0 @@
import React from 'react';
import tw from 'twin.macro';
import AdminContentBlock from '@/components/admin/AdminContentBlock';
export default () => {
return (
<AdminContentBlock>
<div>
<h2 css={tw`text-2xl text-neutral-50 font-header font-medium`}>Packs</h2>
<p css={tw`text-base text-neutral-400`}>All service packs available on the system.</p>
</div>
</AdminContentBlock>
);
};