feat: dashboard left bar improvements

This commit is contained in:
swve 2023-12-13 18:43:46 +01:00
parent 3413e6ca73
commit 6fea7ec1af
16 changed files with 124 additions and 29 deletions

View file

@ -4,7 +4,7 @@ import * as Form from '@radix-ui/react-form'
import React, { useState } from "react";
import * as Sentry from '@sentry/browser';
import { CheckCircleIcon } from "lucide-react";
import { AuthContext } from "@components/Security/AuthProvider";
import { AuthContext } from "@components/Security/AuthProviderDepreceated";
import { randomUUID } from "crypto";
export const FeedbackModal = (user: any) => {