chatbot-ui starter
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { FC } from "react";
|
||||
|
||||
export const Footer: FC = () => {
|
||||
return <div className="flex h-[30px] sm:h-[50px] border-t border-neutral-300 py-2 px-8 items-center sm:justify-between justify-center"></div>;
|
||||
};
|
||||
Reference in New Issue
Block a user