Reorganize client shared modules

This commit is contained in:
Chocobozzz
2020-06-23 14:10:17 +02:00
committed by Chocobozzz
parent 0c4bacbff5
commit 67ed6552b8
510 changed files with 2321 additions and 2251 deletions

View File

@@ -1,6 +1,6 @@
import { makeDeleteRequest, makeGetRequest, makePutBodyRequest } from '../requests/requests'
import { CustomConfig } from '../../models/server/custom-config.model'
import { DeepPartial } from '@server/types/utils'
import { DeepPartial } from '@shared/core-utils'
import { merge } from 'lodash'
function getConfig (url: string) {