Skip to content

Commit

Permalink
fix: use client issue
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Sep 11, 2023
1 parent a49d4d0 commit a44935d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/site/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import type { Metadata } from "next";

import Container from "react-bootstrap/Container";
Expand Down

0 comments on commit a44935d

Please sign in to comment.