diff --git a/components/src/app/cards/page.tsx b/components/src/app/cards/page.tsx index e1db497..7618750 100644 --- a/components/src/app/cards/page.tsx +++ b/components/src/app/cards/page.tsx @@ -1,27 +1,15 @@ import React from "react"; -import { QuizCards } from "../../components"; -import { files } from "@/components/QuizCards"; +import { QuizCards } from "../../components"; +import { CardsHolder, files } from "@/components/QuizCards"; function CardsComponent() { - return ( -
-
- -
-
- ); - } - - export default CardsComponent; - \ No newline at end of file + return ( + + + + + + ); +} + +export default CardsComponent;