Current section
Files
Jump to
Current section
Files
assets/copy/solidjs-components/index.js
import { Simple } from "./simple";
import { LinkExample } from "./link-example";
import { Link } from "live_solidjs";
export default {
Simple,
LinkExample,
Link,
};