Skip to content

Commit 516b577

Browse files
committed
Adding sidebar layout back
1 parent 2fc0ab8 commit 516b577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/layouts/AppLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import AppLayout from '@/layouts/app/AppHeaderLayout.vue';
2+
import AppLayout from '@/layouts/app/AppSidebarLayout.vue';
33
import type { BreadcrumbItemType } from '@/types';
44
55
interface Props {

0 commit comments

Comments
 (0)