)}
- ,
- document.getElementById('root')
+
);
+render(Content, document.getElementById('root'));
+
+// If you are using React 18
+// const root = createRoot(document.getElementById('root'));
+// root.render(Content);
```
`` is the only component exposed by this package, as inspired by