Logo
Explore Help
Sign In
TobaOjo/Aiq-Lite-UI
1
0
Fork 0
You've already forked Aiq-Lite-UI
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
276dcd26edad6a0f239e8267d1ec863f16df6825
Aiq-Lite-UI/src/features/dashboard/Dashboard.tsx

13 lines
188 B
TypeScript
Raw Normal View History

Add video feed feature with related components and hooks - Implemented VideoFeed component to display sightings. - Created useSightingList and useVideoFeed hooks for data fetching and state management. - Added AppProviders for context management. - Updated Dashboard to include VideoFeed. - Introduced types for sightings in utils/types.tsx. - Added Header and Footer components for layout. - Configured React Query for data handling.
2025-12-19 16:04:06 +00:00
import VideoFeed from "./components/videoFeed/VideoFeed";
const Dashboard = () => {
return (
<div>
Dashboard
<VideoFeed />
</div>
);
};
export default Dashboard;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 280ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API