mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:42:42 +08:00
feat: tailwind related improvement (#6085)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { FC } from 'react'
|
||||
import classNames from 'classnames'
|
||||
|
||||
import data from '@emoji-mart/data'
|
||||
import { init } from 'emoji-mart'
|
||||
import style from './style.module.css'
|
||||
import classNames from '@/utils/classnames'
|
||||
|
||||
init({ data })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user