mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-14 10:36:20 +00:00
Ordered imports alphabetically
This commit is contained in:
@@ -3,8 +3,8 @@ import { useMemo } from 'react';
|
||||
import type { SelectedServer } from '../servers/data';
|
||||
import type { Settings, ShortUrlCreationSettings } from '../settings/reducers/settings';
|
||||
import type { ShortUrlData } from './data';
|
||||
import type { ShortUrlCreation } from './reducers/shortUrlCreation';
|
||||
import type { CreateShortUrlResultProps } from './helpers/CreateShortUrlResult';
|
||||
import type { ShortUrlCreation } from './reducers/shortUrlCreation';
|
||||
import type { ShortUrlFormProps } from './ShortUrlForm';
|
||||
|
||||
export interface CreateShortUrlProps {
|
||||
|
||||
Reference in New Issue
Block a user