File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
resources/js/pages/settings Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import SettingsHeading from "@/components/settings/Heading.vue"
6
6
import { Label } from " @/components/ui/label"
7
7
8
8
import AppLayout from ' @/layouts/AppLayout.vue'
9
- import SettingsLayout from ' ./layout .vue'
9
+ import SettingsLayout from ' ./Layout .vue'
10
10
11
11
interface BreadcrumbItem {
12
12
title: string
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
import AppLayout from ' @/layouts/AppLayout.vue'
3
- import SettingsLayout from ' ./layout .vue'
3
+ import SettingsLayout from ' ./Layout .vue'
4
4
import InputError from ' @/components/InputError.vue'
5
5
import { TransitionRoot } from ' @headlessui/vue'
6
6
import { useForm , Head } from ' @inertiajs/vue3'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { Button } from "@/components/ui/button"
9
9
import { Input } from " @/components/ui/input"
10
10
import { Label } from " @/components/ui/label"
11
11
import AppLayout from ' @/layouts/AppLayout.vue'
12
- import SettingsLayout from ' ./layout .vue'
12
+ import SettingsLayout from ' ./Layout .vue'
13
13
import { Separator } from " @/components/ui/separator"
14
14
import SettingsHeading from " @/components/settings/Heading.vue"
15
15
You can’t perform that action at this time.
0 commit comments