Skip to content

Commit

Permalink
Move button and card components to the components folder
Browse files Browse the repository at this point in the history
Extra folder for component is unneccessary. Get rid of duplicate button component
Fix missing FontAwesome import
  • Loading branch information
binamkayastha committed Jul 11, 2024
1 parent 0f7dfd8 commit fb14702
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
File renamed without changes.
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
21 changes: 0 additions & 21 deletions nepalingo-web/src/components/button/button.tsx

This file was deleted.

0 comments on commit fb14702

Please sign in to comment.