Remove PacksContainer.tsx
This commit is contained in:
parent
1cdf9bc18f
commit
108bf6e3f7
1 changed files with 0 additions and 14 deletions
|
@ -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>
|
|
||||||
);
|
|
||||||
};
|
|
Loading…
Reference in a new issue