summaryrefslogtreecommitdiff
path: root/web/src/components/FixedTextField.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/components/FixedTextField.tsx')
-rw-r--r--web/src/components/FixedTextField.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/components/FixedTextField.tsx b/web/src/components/FixedTextField.tsx
index f877ccab9..5ca6bb1e6 100644
--- a/web/src/components/FixedTextField.tsx
+++ b/web/src/components/FixedTextField.tsx
@@ -27,8 +27,6 @@ const FixedTextField = function (props: TextFieldProps) {
);
};
-export default FixedTextField;
-
const useStyles = makeStyles((theme: Theme) => ({
label: {
backgroundColor: theme.palette.background.default,
@@ -36,3 +34,5 @@ const useStyles = makeStyles((theme: Theme) => ({
paddingRight: theme.spacing(0.1),
},
}));
+
+export default FixedTextField;