Skip to content

Commit

Permalink
Add missing FontAwesome import
Browse files Browse the repository at this point in the history
  • Loading branch information
binamkayastha committed Jul 11, 2024
1 parent b359dcd commit 22f0bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nepalingo-web/src/components/card/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { useState } from 'react';
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";

const Card: React.FC<{
Word: string;
Expand Down

0 comments on commit 22f0bb9

Please sign in to comment.