From cf288e3bedc71581548f29fffb2aef7f5341c96a Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 18 Sep 2021 14:30:52 -0500 Subject: [PATCH] Remove semicolon --- pages/formula/[...slug].js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/formula/[...slug].js b/pages/formula/[...slug].js index b7730da..9bb4ea8 100644 --- a/pages/formula/[...slug].js +++ b/pages/formula/[...slug].js @@ -1,7 +1,7 @@ import { promises as fs } from 'fs' import Layout from '@/components/layout/default.js' -import { getJsonDirectory } from '@/helpers/get-json-directory.js'; +import { getJsonDirectory } from '@/helpers/get-json-directory.js' // Based on // https://github.com/lfades/static-tweet/blob/b2a1044d881cca88e7761491d4f22c8908497d92/pages/t/%5Btweet%5D.js