X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Frest%2Frest-table.ts;h=c180346af066bc4b45af2cec7636248cb366b142;hb=88a7f93f8e5666f44121a2e3cf9d33d74c472aa7;hp=8845882079ea6777680021df920c1f1bd1234031;hpb=12f18b90ba6395464606052bb1bdfedb6b83df13;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/rest/rest-table.ts b/client/src/app/shared/rest/rest-table.ts index 884588207..c180346af 100644 --- a/client/src/app/shared/rest/rest-table.ts +++ b/client/src/app/shared/rest/rest-table.ts @@ -1,4 +1,4 @@ -import { peertubeLocalStorage } from '@app/shared/misc/peertube-local-storage' +import { peertubeLocalStorage } from '@app/shared/misc/peertube-web-storage' import { LazyLoadEvent } from 'primeng/components/common/lazyloadevent' import { SortMeta } from 'primeng/components/common/sortmeta' import { RestPagination } from './rest-pagination'