move dto files

This commit is contained in:
rubikscraft
2022-03-28 17:26:50 +02:00
parent dfe2237a1b
commit bf2fa9e771
49 changed files with 43 additions and 43 deletions

View File

@@ -2,7 +2,7 @@ import { Component, OnInit } from '@angular/core';
import { AutoUnsubscribe } from 'ngx-auto-unsubscribe-decorator';
import { SysPreferenceBaseResponse } from 'picsur-shared/dist/dto/api/pref.dto';
import { HasFailed } from 'picsur-shared/dist/types';
import { SnackBarType } from 'src/app/models/snack-bar-type';
import { SnackBarType } from "src/app/models/dto/snack-bar-type.dto";
import { SysprefService as SysPrefService } from 'src/app/services/api/syspref.service';
import { UtilService } from 'src/app/util/util.service';