import { Scan, User } from "lucide-preact"; import { h } from "preact"; function App() { return (
); } export default App;