Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 274ee43

Browse files
authored
Update Readme (#31)
1 parent 0c62ed7 commit 274ee43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ When you pass a `meta` object to the table, it will automatically provide a pagi
246246
You can override the default pagination translations with the `setTranslations` method of the base component. You can do this in your main JavaScript file:
247247

248248
```js
249-
import Components from "@protonemedia/inertiajs-tables-laravel-query-builder";
249+
import { Components } from "@protonemedia/inertiajs-tables-laravel-query-builder";
250250

251251
Components.Pagination.setTranslations({
252252
no_results_found: "No results found",

0 commit comments

Comments
 (0)