File size: 165 Bytes
b48537f
dbc8f44
b48537f
dbc8f44
b48537f
 
 
 
1
2
3
4
5
6
7
8
9
"use client"

import dynamic from "next/dynamic";

export const BottomBar = dynamic(() => import("./bottom-bar"), {
  // Make sure we turn SSR off
  ssr: false,
});