Skip to content

Commit 60f2d05

Browse files
committed
deebug
1 parent 5a8d2a4 commit 60f2d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/sidebar/StudySidebarContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState, useEffect, memo } from "react";
22
import PropTypes from "prop-types";
33
import { useParams, Link } from "react-router-dom";
44
import { useTheme } from "../../../contexts/ThemeContext";
5-
import useStudyRole from "../../../hooks/useStudyRole";
5+
import useStudyRole from "../../../hooks/useStudyRole";
66
import StudyInfoHeader from "./StudyInfoHeader";
77
import StudyNavigation from "./StudyNavigation";
88
import studyContextService from "../../../services/studyContext";

0 commit comments

Comments
 (0)