Skip to content

Commit

Permalink
Added use client
Browse files Browse the repository at this point in the history
  • Loading branch information
baghdasarovnorayr committed Jul 20, 2023
1 parent e6589bb commit 0a2a0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client-v2/packages/ui/components/BreadCrumbs.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use client'
'use client';

import * as React from 'react';
import Breadcrumbs from '@mui/material/Breadcrumbs';
Expand Down

0 comments on commit 0a2a0a6

Please sign in to comment.