mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
7 lines
108 B
TypeScript
7 lines
108 B
TypeScript
import { type Component } from 'solid-js';
|
|
|
|
const ReplyPostForm = () => {
|
|
};
|
|
|
|
export default ReplyPostForm;
|