import { useSWRxBookamrkFolderAndChild } from '~/stores/bookmark-folder'; import BookmarkFolderItem from './BookmarkFolderItem'; import styles from './BookmarkFolderTree.module.scss'; const BookmarkFolderTree = (): JSX.Element => { const { data: bookmarkFolderData } = useSWRxBookamrkFolderAndChild(); return ( <>