diff --git a/components/Editor/EditorControls.tsx b/components/Editor/EditorControls.tsx
index d23a642..dacb167 100644
--- a/components/Editor/EditorControls.tsx
+++ b/components/Editor/EditorControls.tsx
@@ -88,10 +88,10 @@ const EditorControls = ({
-
+
-
diff --git a/components/Editor/ExampleSelector.tsx b/components/Editor/ExampleSelector.tsx
index 83879c8..7d3d330 100644
--- a/components/Editor/ExampleSelector.tsx
+++ b/components/Editor/ExampleSelector.tsx
@@ -27,11 +27,12 @@ const examplesOptions = Examples.Cairo.map((_, i) => ({
label: CairoExampleNames[i],
}))
-function ExampleSelector({ onExampleChange }: Props) {
+export function MobileExampleSelector({ onExampleChange }: Props) {
return (