Text Extraction Done, UI Fixes Done, Extracted Template Layout Saved in DB
This commit is contained in:
@@ -3,6 +3,7 @@ import { LoginComponent } from './login/login.component';
|
||||
import { DashboardComponent } from './pages/dashboard/dashboard.component';
|
||||
import { OcrComponent } from './ocr/ocr.component';
|
||||
import { MailboxComponent } from './mailbox/mailbox.component';
|
||||
import { TemplatesComponent } from './templates/templates.component';
|
||||
|
||||
import { AuthorizeComponent } from './pages/session/auth/authorize.component';
|
||||
import { AuthorizeGuard } from './interceptors/authorize.guard';
|
||||
@@ -23,7 +24,8 @@ export const routes: Routes = [
|
||||
children: [
|
||||
{ path: 'profile', component: ProfileComponent },
|
||||
{ path: 'mailbox', component: MailboxComponent },
|
||||
{ path: 'ocr', component: OcrComponent }
|
||||
{ path: 'ocr', component: OcrComponent },
|
||||
{ path: 'templates', component: TemplatesComponent }
|
||||
]
|
||||
},
|
||||
{ path: 'account',
|
||||
|
||||
Reference in New Issue
Block a user