Skip to content

Commit

Permalink
Merge pull request #15161 from Budibase/fix/client-error-svg-2
Browse files Browse the repository at this point in the history
Fix client error SVG
  • Loading branch information
aptkingston authored Dec 12, 2024
2 parents 1c5a973 + 5ecfce1 commit 0a7fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/ClientApp.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { writable, get } from "svelte/store"
import { setContext, onMount } from "svelte"
import { Layout, Heading, Body } from "@budibase/bbui"
import ErrorSVG from "@budibase/frontend-core/assets/error.svg"
import ErrorSVG from "@budibase/frontend-core/assets/error.svg?raw"
import { Constants, CookieUtils } from "@budibase/frontend-core"
import { getThemeClassNames } from "@budibase/shared-core"
import Component from "./Component.svelte"
Expand Down

0 comments on commit 0a7fde5

Please sign in to comment.