diff --git a/resources/scripts/components/admin/packs/PacksContainer.tsx b/resources/scripts/components/admin/packs/PacksContainer.tsx deleted file mode 100644 index de9b06353..000000000 --- a/resources/scripts/components/admin/packs/PacksContainer.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import React from 'react'; -import tw from 'twin.macro'; -import AdminContentBlock from '@/components/admin/AdminContentBlock'; - -export default () => { - return ( - -
-

Packs

-

All service packs available on the system.

-
-
- ); -};