Skip to content

Commit 01d6ae9

Browse files
committed
lint
1 parent 6565432 commit 01d6ae9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import type { Template, TemplateGroup } from '@remix-ui/workspace'
1313
import './templates-selection-plugin.css'
1414
import { templates } from './templates'
1515
import { TEMPLATE_METADATA } from '@remix-ui/workspace'
16-
import { TemplateType } from 'libs/remix-ui/workspace/src/lib/types'
1716

1817
//@ts-ignore
1918
const _paq = (window._paq = window._paq || [])
@@ -112,7 +111,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
112111
),
113112
okLabel: window._intl.formatMessage({ id: !isElectron() ? 'filePanel.ok' : 'filePanel.selectFolder' }),
114113
}
115-
114+
116115
const modalResult = await this.call('notification', 'modal', modal)
117116
console.log('Creating workspace with template', item, this.opts)
118117
if (!modalResult) return

0 commit comments

Comments
 (0)