Skip to content

Commit

Permalink
Fix: remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilalekha committed Jun 25, 2021
1 parent bb21821 commit 2210f5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import TagService from "../services/TagService";
import { useState } from "react";

export async function getServerSideProps(context) {
const clickNo = 0;
const tagsArray = await TagService.getTags();
// console.log(tagsArray);
try {
Expand Down
Empty file added pages/forgot-password.js
Empty file.

0 comments on commit 2210f5e

Please sign in to comment.