wallet-core/packages/taler-wallet-webextension/src/mui/Divider.tsx

6 lines
106 B
TypeScript
Raw Normal View History

2022-03-09 18:00:02 +01:00
import { h, Fragment, VNode } from "preact";
export function Divider(): VNode {
return <Fragment />;
}