aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/context/profiler.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages/ts/context/profiler.tsx')
-rw-r--r--packages/dev-tools-pages/ts/context/profiler.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/context/profiler.tsx b/packages/dev-tools-pages/ts/context/profiler.tsx
index 507fa663d..5ccfa5b4c 100644
--- a/packages/dev-tools-pages/ts/context/profiler.tsx
+++ b/packages/dev-tools-pages/ts/context/profiler.tsx
@@ -1,6 +1,8 @@
import Icon from 'ts/icons/logos/profiler.svg';
-export const context = {
+import { ContextInterface } from './index';
+
+export const context: ContextInterface = {
title: 'sol-profiler',
name: 'profiler',
subtitle: 'Gas profiling for Solidity',