Skip to content

Commit

Permalink
fix component path
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Lo. committed Jul 17, 2024
1 parent 44314e4 commit c0345a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Accordion/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, {useState} from "react";
import clsx from "clsx";
import styles from "./accordion.module.scss";
import CloseImg from './close.svg'
import Text from '@site/src/components/text'
import Text from '@site/src/components/Text'

interface IAccordion {
children: string | React.ReactElement;
Expand Down

0 comments on commit c0345a2

Please sign in to comment.