MCPcopy Create free account
hub / github.com/SensAI-PT/RAGMeUp / MainLayout.js

File MainLayout.js

ui/node-react/client/src/pages/MainLayout.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { useState, useEffect, useCallback } from 'react';
2import { useAuth } from '../contexts/AuthContext';
3import { getDatasets, getChats, deleteChat as deleteChatApi } from '../api';
4import Sidebar from '../components/Sidebar';

Callers

nothing calls this directly

Calls 3

useAuthFunction · 0.90
getDatasetsFunction · 0.90
getChatsFunction · 0.90

Tested by

no test coverage detected