We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d6c41 commit 386ecd0Copy full SHA for 386ecd0
src/pages/blog/index.js
@@ -4,7 +4,6 @@ import SEO from "../../components/seo";
4
import BlogGrid from "../../sections/Blog/Blog-grid";
5
import { graphql } from "gatsby";
6
import loadable from "@loadable/component";
7
-import TestAnimatedCardPage from "../test-animated-card";
8
9
const BlogList = loadable(() => import ("../../sections/Blog/Blog-list"));
10
@@ -88,8 +87,6 @@ const Blog = (props) => {
88
87
currentPage={currentPage}
89
queryResults={queryResults}
90
/>
91
-
92
- <TestAnimatedCardPage />
93
</>
94
);
95
};
src/pages/test-animated-card.js
0 commit comments