Skip to content

Commit

Permalink
re-add 'use client' flag speeds up load
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Feb 29, 2024
1 parent 569b4d1 commit 1b8cc8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import 'i18next';
import { ReactNode } from 'react';
import { APP_NAME } from '../src/constants/common';
Expand Down

0 comments on commit 1b8cc8e

Please sign in to comment.