Commit c2eaa320 authored by Joel's avatar Joel

temp

parent 604930db
'use client'
import type { FC } from 'react'
import React from 'react'
type Props = {
prompt: string
}
const ConfigPrompt: FC<Props> = ({
prompt,
}) => {
return (
<div>
</div>
)
}
export default React.memo(ConfigPrompt)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment