/** @jsxImportSource react */ //This is used for testing whether the Qwik React components are working import { qwikify$ } from "@builder.io/qwik-react" import { motion } from "framer-motion" export const ReactExample = () => { return (
) } export const Example = qwikify$(ReactExample)