Files
rabbit/src/components/ReplyPostForm.tsx
Shusui MOYATANI 51249ab6f6 update
2023-03-03 12:14:25 +09:00

7 lines
108 B
TypeScript

import { type Component } from 'solid-js';
const ReplyPostForm = () => {
};
export default ReplyPostForm;