From 108bf6e3f7514e4f0587e62164289ff7ed755ba0 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Sat, 19 Sep 2020 17:39:21 -0600 Subject: [PATCH] Remove PacksContainer.tsx --- .../components/admin/packs/PacksContainer.tsx | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 resources/scripts/components/admin/packs/PacksContainer.tsx 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.

-
-
- ); -};