Skip to content

Commit

Permalink
Update packages/foundations/assets/fonts/generate-eu-fonts.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Franzke <[email protected]>
  • Loading branch information
nmerget and mfranzke authored Jan 7, 2025
1 parent 28cf449 commit c293259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/foundations/assets/fonts/generate-eu-fonts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { exec } from 'node:child_process';
import { promisify } from 'node:util';
import { glob } from 'glob';
import { exec } from 'child_process';
import { promisify } from 'util';

const execAsync = promisify(exec);

Expand Down

0 comments on commit c293259

Please sign in to comment.