Skip to content

Commit

Permalink
fix: move productivity report to features dir (#8960)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Dec 11, 2024
1 parent 48b2159 commit a1f147d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/email-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { IUnleashConfig } from '../types/option';
import {
type ProductivityReportMetrics,
productivityReportViewModel,
} from '../../mailtemplates/productivity-report/productivity-report-view-model';
} from '../features/productivity-report/productivity-report-view-model';

export interface IAuthOptions {
user: string;
Expand Down

0 comments on commit a1f147d

Please sign in to comment.