mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 11:07:40 +01:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
import { h } from "preact";
|
|
import Button from "./Button";
|
|
|
|
export default function App() {
|
|
return <Button />;
|
|
}
|