mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-22 15:33:48 +00:00
Removed all default export except for services and reducers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Bottle from 'bottlejs';
|
||||
import { useStateFlagTimeout } from '../helpers/hooks';
|
||||
import LocalStorage from './LocalStorage';
|
||||
import ColorGenerator from './ColorGenerator';
|
||||
import { LocalStorage } from './LocalStorage';
|
||||
import { ColorGenerator } from './ColorGenerator';
|
||||
import { csvToJson, jsonToCsv } from '../helpers/csvjson';
|
||||
|
||||
const provideServices = (bottle: Bottle) => {
|
||||
|
||||
Reference in New Issue
Block a user