Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Feb 25, 2025
1 parent 56d1da7 commit c13fa65
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import InitializeComponent from '../../helpers/InitializeComponent.svelte'
import DebouncedInput from '../../helpers/DebouncedInput.svelte'
import RunnableComponent from '../../helpers/RunnableComponent.svelte'
import { sendUserToast } from '$lib/toast'
export let id: string
export let componentInput: AppInput | undefined
Expand All @@ -39,7 +38,7 @@
}
const context = getContext<AppViewerContext>('AppViewerContext')
const { app, worldStore, componentControl } = context
const { app, worldStore } = context
let css = initCss($app.css?.aggridcomponent, customCss)
let result: any[] | undefined = undefined
Expand Down

0 comments on commit c13fa65

Please sign in to comment.