Add path shortcuts to all paths in the system.

This commit is contained in:
Spencer Ofwiti
2021-02-17 15:49:04 +03:00
parent 63c5a63d81
commit 0e07e4ccdc
72 changed files with 4169 additions and 874 deletions

View File

@@ -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';

View File

@@ -1,4 +1,4 @@
import {User} from './user';
import {User} from '@app/_models/user';
export class BlocksBloom {
low: number;