diff --git a/docs/12-components/02-action.md b/docs/12-components/02-action.md index 2924933dbc..2b0be6669e 100644 --- a/docs/12-components/02-action.md +++ b/docs/12-components/02-action.md @@ -109,7 +109,6 @@ You also need `` which injects the HTML required t - `filament/forms` - `filament/infolists` - `filament/notifications` - - `filament/schemas` - `filament/support` These packages allow you to use their components within Livewire components. diff --git a/docs/12-components/02-form.md b/docs/12-components/02-form.md index f845f95224..d714e2424c 100644 --- a/docs/12-components/02-form.md +++ b/docs/12-components/02-form.md @@ -134,8 +134,6 @@ public function create(): void `filament/forms` also includes the following packages: - `filament/actions` - - `filament/infolists` - - `filament/notifications` - `filament/schemas` - `filament/support` diff --git a/docs/12-components/02-infolist.md b/docs/12-components/02-infolist.md index 02c55daca6..dab085c17c 100644 --- a/docs/12-components/02-infolist.md +++ b/docs/12-components/02-infolist.md @@ -77,8 +77,6 @@ Finally, render the infolist in the Livewire component's view: `filament/infolists` also includes the following packages: - `filament/actions` - - `filament/forms` - - `filament/notifications` - `filament/schemas` - `filament/support` diff --git a/docs/12-components/02-schema.md b/docs/12-components/02-schema.md index 23bb0911f8..aa468cab60 100644 --- a/docs/12-components/02-schema.md +++ b/docs/12-components/02-schema.md @@ -76,8 +76,6 @@ Finally, render the schema in the Livewire component's view: `filament/schemas` also includes the following packages: - `filament/actions` - - `filament/forms` - - `filament/infolists` - `filament/support` These packages allow you to use their components within Livewire components. diff --git a/docs/12-components/02-table.md b/docs/12-components/02-table.md index 1cface80a2..aa564248c3 100644 --- a/docs/12-components/02-table.md +++ b/docs/12-components/02-table.md @@ -104,9 +104,6 @@ Visit your Livewire component in the browser, and you should see the table. - `filament/actions` - `filament/forms` - - `filament/infolists` - - `filament/notifications` - - `filament/schemas` - `filament/support` These packages allow you to use their components within Livewire components.