// import ReactDOM from "react-dom/client"; // import { FloatingLabelInput } from "./App"; // const root = ReactDOM.createRoot( // document.getElementById("root") as HTMLElement // ); // root.render(); import { FloatingLabelInput } from "./App"; export { FloatingLabelInput };