From 29477ccb4b5e8b8009a64e0a521441c9e8419984 Mon Sep 17 00:00:00 2001 From: b38peng Date: Wed, 18 Aug 2021 22:43:14 -0300 Subject: [PATCH] lint fix --- content/about/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/about/index.mdx b/content/about/index.mdx index 3e40f6a5..58290236 100644 --- a/content/about/index.mdx +++ b/content/about/index.mdx @@ -1,4 +1,4 @@ -import Bubble from "@/components/Bubble"; +import { Bubble } from "@/components/Bubble";