first commit
This commit is contained in:
3
calcom/apps/web/lib/withLocale.tsx
Normal file
3
calcom/apps/web/lib/withLocale.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export type WithLocaleProps<T extends Record<string, unknown>> = T & {
|
||||
newLocale: string;
|
||||
};
|
||||
Reference in New Issue
Block a user