Skip to content

Commit

Permalink
Merge pull request #82 from opherlabs/main
Browse files Browse the repository at this point in the history
turn cards to client components
  • Loading branch information
mitch1009 authored Sep 19, 2024
2 parents 42fcf46 + 656c5dd commit 255d49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/src/components/QuizCards/QuizCards.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import Link from "next/link";
import React from "react";
import Image from "next/image";
Expand Down
1 change: 1 addition & 0 deletions components/src/components/QuizCards/ScoreModal.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import React from "react";
import { FaTimes } from "react-icons/fa";

Expand Down

0 comments on commit 255d49d

Please sign in to comment.