Skip to content

Commit

Permalink
fix: build (#6)
Browse files Browse the repository at this point in the history
* fix: build

* fix: import type

* chore: update import type

---------

Co-authored-by: QuyenTran93 <[email protected]>
  • Loading branch information
QuyenTran93 and QuyenTran93 authored May 22, 2024
1 parent b189274 commit 78a602b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AntdRegistry.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
'use client';

import React, { FC, useRef, useState } from 'react';
import React, { type FC, useRef, useState } from 'react';
import { createCache, extractStyle, StyleProvider } from '@ant-design/cssinjs';
import type { StyleProviderProps } from '@ant-design/cssinjs';
import { useServerInsertedHTML } from 'next/navigation';

type AntdRegistryProps = Omit<StyleProviderProps, 'cache'>;
Expand Down

0 comments on commit 78a602b

Please sign in to comment.