mirror of
https://github.com/documenso/documenso.git
synced 2026-07-27 18:35:05 +10:00
add inital component to @documenso/ui
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export function Dialog() {
|
||||
return <div>Dialog</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user