Skip to content

Commit 0e5d6f8

Browse files
committed
fix: hot fix for modal creation
1 parent 6729de4 commit 0e5d6f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/frontend/src/components/new-launch/providers/high.order.provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { useFetch } from '@gitroom/helpers/utils/custom.fetch';
2020
import useSWR from 'swr';
2121
import { InternalChannels } from '@gitroom/frontend/components/launches/internal.channels';
2222
import { createPortal } from 'react-dom';
23+
import clsx from 'clsx';
2324

2425
class Empty {
2526
@IsOptional()

0 commit comments

Comments
 (0)