We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60baec commit dc78c47Copy full SHA for dc78c47
src/components/modal/modal.tsx
@@ -1,3 +1,5 @@
1
+'use client';
2
+
3
import React, { FC, Fragment, ReactNode } from 'react';
4
import { Dialog, Transition } from '@headlessui/react';
5
import classNames from 'classnames';
0 commit comments