typograpghy: use require again

This commit is contained in:
He4eT 2023-12-10 19:07:45 +01:00
commit 1355480f4e

View file

@ -1,5 +1,5 @@
import Typography from 'typography'
import { writeFile } from 'fs'
const Typography = require('typography')
const { writeFile } = require('fs')
const TYPOGRAPHY_CSS_FILEPATH =
'./src/assets/css/typography.css'