From 662f2909f3a12c3da8cd045a7fd4b80688dfba4a Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Fri, 14 Feb 2025 08:40:19 +0100 Subject: [PATCH] Interface up --- resources/js/Layouts/Layout.vue | 4 ++-- storage/framework/sessions/.gitignore | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 storage/framework/sessions/.gitignore diff --git a/resources/js/Layouts/Layout.vue b/resources/js/Layouts/Layout.vue index e5f6cf7..907236f 100644 --- a/resources/js/Layouts/Layout.vue +++ b/resources/js/Layouts/Layout.vue @@ -5,7 +5,7 @@ import { Link } from '@inertiajs/vue3';