about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/compose/components/options.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-10-11 10:17:04 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-10-11 10:17:04 +0200
commit26b687160bc263f5867fd18ae60f2541138b0277 (patch)
treed7c0cc27a332511ad9f1f60bd383c9287cb85f1a /app/javascript/flavours/glitch/features/compose/components/options.js
parent94713940c7f28e9aff50071cf63d897c8e355ee6 (diff)
Move flavours/glitch/util/initial_state to flavours/glitch/initial_state
Diffstat (limited to 'app/javascript/flavours/glitch/features/compose/components/options.js')
-rw-r--r--app/javascript/flavours/glitch/features/compose/components/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/compose/components/options.js b/app/javascript/flavours/glitch/features/compose/components/options.js
index f005dbdd1..0170ac49e 100644
--- a/app/javascript/flavours/glitch/features/compose/components/options.js
+++ b/app/javascript/flavours/glitch/features/compose/components/options.js
@@ -17,7 +17,7 @@ import ImmutablePureComponent from 'react-immutable-pure-component';
 
 //  Utils.
 import Motion from 'flavours/glitch/util/optional_motion';
-import { pollLimits } from 'flavours/glitch/util/initial_state';
+import { pollLimits } from 'flavours/glitch/initial_state';
 
 //  Messages.
 const messages = defineMessages({