From e5274f6ef371c4767e4ceb7afee453ce02b7276a Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:14:07 +0100 Subject: [PATCH] refactor(types): move inertia type declaration into types folder --- resources/js/{ => types}/inertia.d.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resources/js/{ => types}/inertia.d.ts (100%) diff --git a/resources/js/inertia.d.ts b/resources/js/types/inertia.d.ts similarity index 100% rename from resources/js/inertia.d.ts rename to resources/js/types/inertia.d.ts