Skip to content

Commit a68f38d

Browse files
committed
merge conflicts resolved
1 parent de36d5e commit a68f38d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

libs/remix-ui/helper/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ export * from './lib/components/custom-tooltip'
77
export * from './lib/components/feedback'
88
export * from './lib/components/solScanTable'
99
export type { CompilerReport } from './types/compilerTypes'
10-
export * from './types/solidity-scan'
10+
export * from './types/solidity-scan'
11+
export * from './lib/solidity-scan'

libs/remix-ui/tabs/src/lib/components/CompileDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState, useEffect, useContext } from 'react'
22
import DropdownMenu, { MenuItem } from './DropdownMenu'
33
import { AppModal } from '@remix-ui/app'
44
import { FormattedMessage } from 'react-intl'
5-
import { handleSolidityScan } from '@remix-project/core-plugin'
5+
import { handleSolidityScan } from '@remix-ui/helper'
66
import { TrackingContext } from '@remix-ide/tracking'
77

88
import { ArrowRightBig, IpfsLogo, SwarmLogo, SettingsLogo, SolidityScanLogo, AnalysisLogo, TsLogo } from '@remix-ui/tabs'

0 commit comments

Comments
 (0)