Skip to content

Commit 386ecd0

Browse files
removed the redundant code and made the animated card ready for use
1 parent 37d6c41 commit 386ecd0

File tree

2 files changed

+0
-196
lines changed

2 files changed

+0
-196
lines changed

src/pages/blog/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import SEO from "../../components/seo";
44
import BlogGrid from "../../sections/Blog/Blog-grid";
55
import { graphql } from "gatsby";
66
import loadable from "@loadable/component";
7-
import TestAnimatedCardPage from "../test-animated-card";
87

98
const BlogList = loadable(() => import ("../../sections/Blog/Blog-list"));
109

@@ -88,8 +87,6 @@ const Blog = (props) => {
8887
currentPage={currentPage}
8988
queryResults={queryResults}
9089
/>
91-
92-
<TestAnimatedCardPage />
9390
</>
9491
);
9592
};

src/pages/test-animated-card.js

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)