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 7120c81 commit e6589bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/client-v2/packages/ui/components/BasicAccordion.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import * as React from 'react';
import Accordion from '@mui/material/Accordion';
import AccordionSummary from '@mui/material/AccordionSummary';
Expand Down
2 changes: 1 addition & 1 deletion app/client-v2/packages/ui/components/ToggleButtons.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 { ToggleButtonGroup, ToggleButton } from '@mui/material';
Expand Down

0 comments on commit e6589bb

Please sign in to comment.