Remove <require>s from PTL

This commit is contained in:
be5invis 2021-07-17 13:43:14 -07:00
parent 1830687a99
commit fa70a3ff62
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
"use strict";
const EmptyFont = require("./empty-font");
const buildGlyphs = require("../glyphs/index");
const { buildGlyphs } = require("../glyphs/index");
const finalizeFont = require("./finalize/index");
const convertOtd = require("./otd-conv/index");
const Caching = require("./caching/index");