From cabeb787f439520cfa86c1453ae3bd20406af18a Mon Sep 17 00:00:00 2001 From: Julian Cataldo Date: Sat, 26 Oct 2024 14:03:47 +0200 Subject: [PATCH] fix: remove experimental full hydration from public api --- packages/gracile/src/hydration-full.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 packages/gracile/src/hydration-full.ts diff --git a/packages/gracile/src/hydration-full.ts b/packages/gracile/src/hydration-full.ts deleted file mode 100644 index 1216c36..0000000 --- a/packages/gracile/src/hydration-full.ts +++ /dev/null @@ -1 +0,0 @@ -import '@gracile/client/hydration-client-route';