jbilcke-hf's picture
jbilcke-hf HF staff
add a login wall
b48537f
raw
history blame
No virus
165 Bytes
"use client"
import dynamic from "next/dynamic";
export const BottomBar = dynamic(() => import("./bottom-bar"), {
// Make sure we turn SSR off
ssr: false,
});