Skip to content

Commit

Permalink
fixed import missing
Browse files Browse the repository at this point in the history
  • Loading branch information
RunoBoy committed May 22, 2024
1 parent 0e4d81a commit 97f3281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/[locale]/components/ProjectDetailsPage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client'
import React, { useEffect, useState } from "react";
import {checkGroup, getGroup, getProject, getUserData, Project, UserData} from "@lib/api";
import {checkGroup, fetchUserData, getGroup, getProject, getUserData, Project, UserData} from "@lib/api";
import { useTranslation } from "react-i18next";
import Box from "@mui/material/Box";
import Typography from "@mui/material/Typography";
Expand Down

0 comments on commit 97f3281

Please sign in to comment.