1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: move productivity report to features dir (#8960)

This commit is contained in:
Mateusz Kwasniewski 2024-12-11 12:06:50 +01:00 committed by GitHub
parent 48b21591f6
commit a1f147dfef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 1 deletions

View File

@ -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;