mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove semicolon
This commit is contained in:
parent
22d601abbe
commit
cf288e3bed
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import { promises as fs } from 'fs'
|
import { promises as fs } from 'fs'
|
||||||
|
|
||||||
import Layout from '@/components/layout/default.js'
|
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
|
// Based on
|
||||||
// https://github.com/lfades/static-tweet/blob/b2a1044d881cca88e7761491d4f22c8908497d92/pages/t/%5Btweet%5D.js
|
// https://github.com/lfades/static-tweet/blob/b2a1044d881cca88e7761491d4f22c8908497d92/pages/t/%5Btweet%5D.js
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue