aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Inputs/Dropdown.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Inputs/Dropdown.js')
-rw-r--r--frontend/src/components/Inputs/Dropdown.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Inputs/Dropdown.js b/frontend/src/components/Inputs/Dropdown.js
index 9f7c246..1c2e0b7 100644
--- a/frontend/src/components/Inputs/Dropdown.js
+++ b/frontend/src/components/Inputs/Dropdown.js
@@ -2,7 +2,7 @@ import Dropdown from "react-dropdown";
import React from "react";
import styled from 'styled-components';
import {LANGS, THEMES} from "../renderers/Code";
-import {Labelled} from "./shared";
+import {Labelled} from "../decorators/Labelled";
import {Border, DropShadow, InputLike, Rounded} from "../Form/mixins";
const StyledDropdown = styled(Dropdown)`