Rename files and update import paths

This commit is contained in:
Çetin
2025-01-07 12:16:16 +03:00
parent 25a3da3007
commit 27241cf926
33 changed files with 81 additions and 82 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
import { Routes } from '@angular/router';
import { Documentation } from '@/src/views/pages/documentation';
import { Crud } from '@/src/views/pages/crud';
import { Empty } from '@/src/views/pages/empty';
import { Documentation } from './documentation';
import { Crud } from './crud';
import { Empty } from './empty';
export default [
{ path: 'documentation', component: Documentation },