Adjust examples preact docs

This commit is contained in:
Eric Fennis
2025-11-19 23:24:08 +01:00
parent 7d86d083bd
commit b23d4f110b
41 changed files with 156 additions and 190 deletions

View File

@@ -8,12 +8,13 @@ import {
Sandwich,
Wine,
Dessert,
} from "lucide-react";
} from "lucide-preact";
import { h } from "preact";
import "./icon.css";
function App() {
return (
<div className="app">
<div className="grid">
<CakeSlice />
<Candy />
<Apple />