mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
typograpghy: use require again
This commit is contained in:
parent
789453f068
commit
1355480f4e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import Typography from 'typography'
|
const Typography = require('typography')
|
||||||
import { writeFile } from 'fs'
|
const { writeFile } = require('fs')
|
||||||
|
|
||||||
const TYPOGRAPHY_CSS_FILEPATH =
|
const TYPOGRAPHY_CSS_FILEPATH =
|
||||||
'./src/assets/css/typography.css'
|
'./src/assets/css/typography.css'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue