Add path shortcuts to all paths in the system.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export * from './transaction';
|
||||
export * from './settings';
|
||||
export * from './user';
|
||||
export * from '@app/_models/transaction';
|
||||
export * from '@app/_models/settings';
|
||||
export * from '@app/_models/user';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import {User} from './user';
|
||||
import {User} from '@app/_models/user';
|
||||
|
||||
export class BlocksBloom {
|
||||
low: number;
|
||||
|
||||
Reference in New Issue
Block a user