chore: removed unused frontend dependency

This commit is contained in:
Timothy J. Baek 2024-04-27 19:04:57 -04:00
parent f0da5b9ea4
commit 85e94cc259
3 changed files with 1 additions and 182 deletions

View file

@ -4,8 +4,6 @@
import fileSaver from 'file-saver';
const { saveAs } = fileSaver;
import { jsPDF } from 'jspdf';
import { showSettings } from '$lib/stores';
import { flyAndScale } from '$lib/utils/transitions';