mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-17 21:13:48 +00:00
Move more non-shared components to shlink-web-component
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import type { PayloadAction, PrepareAction } from '@reduxjs/toolkit';
|
||||
import { createSlice } from '@reduxjs/toolkit';
|
||||
import { mergeDeepRight } from 'ramda';
|
||||
import type { ShortUrlsOrder } from '../../../shlink-web-component/short-urls/data';
|
||||
import type { Settings } from '../../../shlink-web-component/utils/settings';
|
||||
import type { Settings } from '../../../shlink-web-component';
|
||||
|
||||
type ShortUrlsOrder = Exclude<Exclude<Settings['shortUrlsList'], undefined>['defaultOrdering'], undefined>;
|
||||
|
||||
export const DEFAULT_SHORT_URLS_ORDERING: ShortUrlsOrder = {
|
||||
field: 'dateCreated',
|
||||
|
||||
Reference in New Issue
Block a user