Files
Mckay Wrigley 34c79c0d66 Prompts (#229)
2023-03-27 09:38:56 -06:00

8 lines
126 B
TypeScript

import { FC } from "react";
interface Props {}
export const PromptbarSettings: FC<Props> = () => {
return <div></div>;
};