Sort imports (#2399)

pull/2401/head
Thomas Kaul 1 year ago committed by GitHub
parent f79d60014b
commit 0b2f6a312c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,13 +50,13 @@ import { Inject, Injectable } from '@nestjs/common';
import { REQUEST } from '@nestjs/core'; import { REQUEST } from '@nestjs/core';
import { import {
Account, Account,
Type as ActivityType,
AssetClass, AssetClass,
DataSource, DataSource,
Order, Order,
Platform, Platform,
Prisma, Prisma,
Tag, Tag
Type as ActivityType
} from '@prisma/client'; } from '@prisma/client';
import Big from 'big.js'; import Big from 'big.js';
import { import {

@ -1,4 +1,4 @@
import { Directive, HostListener, Output, EventEmitter } from '@angular/core'; import { Directive, EventEmitter, HostListener, Output } from '@angular/core';
@Directive({ @Directive({
selector: '[gfFileDrop]' selector: '[gfFileDrop]'

Loading…
Cancel
Save