summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/mui/input/InputFilled.tsx
blob: 5c50a8b72df47c23ed22075d53794bbeabf074f0 (plain)
1
2
3
4
5
import { h, VNode } from "preact";

export function InputFilled(): VNode {
  return <div />;
}