changed list into grid
This commit is contained in:
@ -13,10 +13,10 @@ import { getSystemVoices } from "@/components/(customization)/systemvoicecustomi
|
||||
import { SystemVoiceCustomization } from "@/components/(customization)/systemvoicecustomization/page";
|
||||
import { MapIconCustomization } from "@/components/(customization)/mapiconcustomization/page";
|
||||
import { getMapIcons } from "@/components/(customization)/mapiconcustomization/actions";
|
||||
import { getUserRatingBaseList } from "@/components/userRatingBase/action";
|
||||
import { getUserRatingBaseList } from "@/components/userRatingBaseList/action";
|
||||
import { ChunithmHotPlays } from "@/components/userRatingBaseHotList/page";
|
||||
import { getUserRatingBaseHotList } from "@/components/userRatingBaseHotList/action";
|
||||
import { ChunithmTopPlays } from "@/components/userRatingBase/page";
|
||||
import { ChunithmTopPlays } from "@/components/userRatingBaseList/page";
|
||||
|
||||
const getChuniTopPlays = async () => {
|
||||
const topPlays = await getUserRatingBaseList();
|
||||
|
Reference in New Issue
Block a user