chore: change export

This commit is contained in:
Tiago Farto
2026-03-13 15:21:18 +00:00
parent 17bf8a96f7
commit 1ed6e24a90

View File

@@ -5,7 +5,7 @@ import {
type TSurveyDateStorageFormat,
} from "@formbricks/types/surveys/date-formats";
export type { TSurveyDateStorageFormat };
export type { TSurveyDateStorageFormat } from "@formbricks/types/surveys/date-formats";
const ISO_FIRST_CHARS = /^\d{4}/;