From b129a9b006fc1ffe8547185f6b0580352c358c02 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 28 Mar 2024 14:03:25 -0400 Subject: [PATCH] chore: add pending page for acls --- app/routes/_data.acls._index/route.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/routes/_data.acls._index/route.tsx diff --git a/app/routes/_data.acls._index/route.tsx b/app/routes/_data.acls._index/route.tsx new file mode 100644 index 0000000..5dfdcce --- /dev/null +++ b/app/routes/_data.acls._index/route.tsx @@ -0,0 +1,13 @@ +import { CubeTransparentIcon } from '@heroicons/react/24/outline' + +export default function Page() { + return ( +
+ +

+ Access Control Lists are currently unavailable. + They will be available in a future release. +

+
+ ) +}