From b4b0059bf973290c9e06c78324b9d7258bf0895e Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 17 Oct 2022 17:29:50 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/HeroHeader.tsx | 1 - pages/tags/[tagName].tsx | 8 +++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/HeroHeader.tsx b/components/HeroHeader.tsx index db90bc98fb..8297dd278b 100644 --- a/components/HeroHeader.tsx +++ b/components/HeroHeader.tsx @@ -2,7 +2,6 @@ import React, { Component } from 'react' import raf from 'raf' import random from 'random' - import FluidAnimation from 'react-fluid-animation' const exp = random.exponential() diff --git a/pages/tags/[tagName].tsx b/pages/tags/[tagName].tsx index 6efabadcf1..fbd09ffa00 100644 --- a/pages/tags/[tagName].tsx +++ b/pages/tags/[tagName].tsx @@ -1,11 +1,13 @@ import React from 'react' -import omit from 'lodash.omit' -import { isDev, domain, rootNotionPageId } from 'lib/config' + +import { domain, isDev, rootNotionPageId } from 'lib/config' import { resolveNotionPage } from 'lib/resolve-notion-page' -import { NotionPage } from 'components' +import omit from 'lodash.omit' import { ExtendedRecordMap } from 'notion-types' import { normalizeTitle } from 'notion-utils' +import { NotionPage } from '@/components/NotionPage' + const tagsPropertyNameLowerCase = 'tags' export const getStaticProps = async (context) => {