Skip to content

Commit

Permalink
hotfix: base layout should not be client-side
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 27, 2023
1 parent 8e60b32 commit 34b1702
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layouts/BaseLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client';

import type { FC, PropsWithChildren } from 'react';

import Footer from '@/components/Footer';
Expand Down

0 comments on commit 34b1702

Please sign in to comment.