mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 16:51:38 +10:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
import React from "react";
|
|
|
|
export function Dialog() {
|
|
return <div>Dialog</div>;
|
|
}
|