fix(shared): Update logoPath import
This commit is contained in:
parent
8a01330980
commit
1f3a185cbc
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
// __SDEFILE__ - This file is a dependency for the stand-alone environment
|
||||
import { Pdf, mmToPoints } from './pdf.mjs'
|
||||
import SVGtoPDF from 'svg-to-pdfkit'
|
||||
import { logoPath } from 'shared/components/logos/freesewing.mjs'
|
||||
import { logoPath } from 'config/logo.mjs'
|
||||
|
||||
/** an svg of the logo to put on the cover page */
|
||||
const logoSvg = `<svg viewBox="0 0 25 25">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue