aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-vite/packages/ui/components/counter.ts
blob: d58f8831cd36c501a7e9ea12710a14678eb35103 (plain) (blame)
1
2
3
export function Counter() {
  return `<button id="counter" type="button"></button>`;
}