Skip to content

Commit 6130d72

Browse files
Fix path to views folder
1 parent f96e26f commit 6130d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stacks/livewire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before using the Livewire stack, you are strongly encouraged to review the entir
2323

2424
## Components
2525

26-
When we created the Jetstream Livewire stack, a variety of Blade components (buttons, panels, inputs, modals) were created to assist in creating UI consistency and ease of use. You are free to use or not use these components. All of these components are located within your application's `resources/view/components` directory.
26+
When we created the Jetstream Livewire stack, a variety of Blade components (buttons, panels, inputs, modals) were created to assist in creating UI consistency and ease of use. You are free to use or not use these components. All of these components are located within your application's `resources/views/components` directory.
2727

2828
You may gain insight into how to use these components by reviewing their usage within Jetstream's existing views located within your application's `resources/views` directory.
2929

0 commit comments

Comments
 (0)