mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-13 19:30:36 -05:00
chore: change export
This commit is contained in:
@@ -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}/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user