mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-15 12:05:19 +08:00
Moving the dashboard-related components out of the 'widgets' folder and into a 'dashboard' components folder.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { Badge, Box, Image, Link, Stack, StackDivider, Text, useColorModeValue } from "@chakra-ui/react";
|
||||
|
||||
export function LeaderboardWidget() {
|
||||
export function LeaderboardTable() {
|
||||
const backgroundColor = useColorModeValue("white", "gray.700");
|
||||
const accentColor = useColorModeValue("gray.200", "gray.900");
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export { LeaderboardWidget } from "./LeaderboardWidget";
|
||||
export { LeaderboardTable } from "./LeaderboardTable";
|
||||
export { SideMenu } from "./SideMenu";
|
||||
export { TaskOption } from "./TaskOption";
|
||||
Reference in New Issue
Block a user