// import ReactDOM from "react-dom/client";
// import { FloatingLabelInput } from "./App";

// const root = ReactDOM.createRoot(
//   document.getElementById("root") as HTMLElement
// );
// root.render(<FloatingLabelInput />);

import { FloatingLabelInput } from "./App";

export { FloatingLabelInput };
