Skip to content

Commit e87a994

Browse files
committed
import type instead of inport to remove circular dependency
1 parent fa9d619 commit e87a994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/src/types/user-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* See the LICENSE file in the repository root folder for details.
44
*/
55

6-
import { AvailabilityCreateArgs } from './calendar-types.js';
6+
import type { AvailabilityCreateArgs } from './calendar-types.js';
77

88
export interface User {
99
userId: string;

0 commit comments

Comments
 (0)