feat: Contentstack <-> ImageVault integration
This commit is contained in:
12
remix/app/entry.client.tsx
Normal file
12
remix/app/entry.client.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { RemixBrowser } from "@remix-run/react";
|
||||
import { startTransition, StrictMode } from "react";
|
||||
import { hydrateRoot } from "react-dom/client";
|
||||
|
||||
startTransition(() => {
|
||||
hydrateRoot(
|
||||
document,
|
||||
<StrictMode>
|
||||
<RemixBrowser />
|
||||
</StrictMode>
|
||||
);
|
||||
});
|
||||
Reference in New Issue
Block a user