auth-layout.routing.ts 207 Bytes
Newer Older
DESKTOP-HF0LVOG\myhr committed
1 2 3 4 5 6 7 8
import { Routes } from '@angular/router';

import { RtlComponent } from '../../pages/rtl/rtl.component';


export const AuthLayoutRoutes: Routes = [
    { path: 'rtl',          component: RtlComponent },
];