Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus authored and yann300 committed Dec 6, 2023
1 parent b98b525 commit 075475d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/remix-ide/src/app/tabs/settings-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ import * as packageJson from '../../../../../package.json'
import {RemixUiSettings} from '@remix-ui/settings' //eslint-disable-line
import Registry from '../state/registry'
import {PluginViewWrapper} from '@remix-ui/helper'
declare global {
interface Window {
_paq: any
}
}
const _paq = (window._paq = window._paq || [])

const profile = {
name: 'settings',
Expand Down

0 comments on commit 075475d

Please sign in to comment.