ui - new build

This commit is contained in:
Ishaan Jaff 2024-05-26 14:50:31 -07:00
parent 8bff66168c
commit 7baf45bc0f
25 changed files with 28 additions and 28 deletions

View file

@ -16,10 +16,10 @@ import { Prism as SyntaxHighlighter } from "react-syntax-highlighter";
interface ModelHubProps {
userID: string;
userRole: string;
token: string;
accessToken: string;
userID: string | null;
userRole: string | null;
token: string | null;
accessToken: string | null;
keys: any; // Replace with the appropriate type for 'keys' prop
premiumUser: boolean;