Skip to content

Commit

Permalink
Merge pull request #16 from chimobi-justice/chore/remove-unwanted-import
Browse files Browse the repository at this point in the history
chore: remove unwanted line of import
  • Loading branch information
chimobi-justice authored Sep 21, 2024
2 parents a122cdd + e7f34e8 commit a52bf91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .env

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/ArticleCard/Articles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface IProps {
articleImg: string;
title: string;
description: string;
read_time: string;
read_time?: string;
authorUsername?: string;
authorFullname?: string;
authorAvatar?: string;
Expand Down
1 change: 0 additions & 1 deletion src/pages/Articles/components/CommentDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
} from '@chakra-ui/react'

import { Button, ContentBlockContent, Editor } from '@components/index'
import { stripTags } from '@helpers/stripTags'
import { useUser } from '@context/userContext'
import { colors } from '../../../colors'

Expand Down

0 comments on commit a52bf91

Please sign in to comment.