Skip to content

Commit

Permalink
rm mock api
Browse files Browse the repository at this point in the history
  • Loading branch information
malerba118 committed Feb 11, 2022
1 parent 11e5f09 commit 42f7254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 153 deletions.
151 changes: 0 additions & 151 deletions api.ts

This file was deleted.

4 changes: 2 additions & 2 deletions components/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { Text, Heading, HStack, Stack } from "@chakra-ui/react";
import TimeAgo from "react-timeago";
import Avatar from "./Avatar";
import Username from "./Username";
import * as api from "../api";
import { Comment } from "../hooks/useCommentsContract";

interface CommentProps {
comment: api.Comment;
comment: Comment;
}

const Comment: React.FunctionComponent<CommentProps> = ({ comment }: any) => {
Expand Down

0 comments on commit 42f7254

Please sign in to comment.