diff options
Diffstat (limited to 'packages/dev-tools-pages/ts/context/profiler.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/context/profiler.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/context/profiler.tsx b/packages/dev-tools-pages/ts/context/profiler.tsx index 9593c08ec..507fa663d 100644 --- a/packages/dev-tools-pages/ts/context/profiler.tsx +++ b/packages/dev-tools-pages/ts/context/profiler.tsx @@ -1,6 +1,6 @@ import Icon from 'ts/icons/logos/profiler.svg'; -export default { +export const context = { title: 'sol-profiler', name: 'profiler', subtitle: 'Gas profiling for Solidity', |