mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 20:27:42 +01:00
6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
|
|
import Button from "./Button";
|
||
|
|
|
||
|
|
export default function App() {
|
||
|
|
return <Button />;
|
||
|
|
}
|