diff --git a/InertiaNetCore/Models/InertiaPage.cs b/InertiaNetCore/InertiaPage.cs similarity index 89% rename from InertiaNetCore/Models/InertiaPage.cs rename to InertiaNetCore/InertiaPage.cs index 43c6374..1acbf18 100644 --- a/InertiaNetCore/Models/InertiaPage.cs +++ b/InertiaNetCore/InertiaPage.cs @@ -1,4 +1,6 @@ -namespace InertiaNetCore.Models; +using InertiaNetCore.Models; + +namespace InertiaNetCore; public readonly record struct InertiaPage {