Skip to content

Commit

Permalink
chore: code tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Dec 11, 2023
1 parent 7133e4d commit ce80da8
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/picsa-apps/dashboard/src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Route } from '@angular/router';
export const appRoutes: Route[] = [
{
path: 'resources',
loadChildren: () => import('./pages/resources/resources.module').then((m) => m.ResourcesPageModule),
loadChildren: () => import('./modules/resources/resources.module').then((m) => m.ResourcesPageModule),
},
];
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Injectable, signal } from '@angular/core';
// eslint-disable-next-line @nx/enforce-module-boundaries
import { Database } from '@picsa/server-types';
import { PicsaNotificationService } from '@picsa/shared/services/core/notification.service';
import { SupabaseService } from '@picsa/shared/services/core/supabase';
Expand Down

0 comments on commit ce80da8

Please sign in to comment.