Skip to content

Commit

Permalink
Fix file path
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Okimoto <[email protected]>
  • Loading branch information
okkez committed Nov 5, 2018
1 parent c8f37e9 commit a39f0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/packs/components/config_field.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* global _ */
"use strict";
import "lodash/lodash";
import store from "./store";
import store from "../store";

const ConfigField = {
template: "#vue-config-field",
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/packs/components/parser_plugin_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import "lodash/lodash";
import ParserMultilineForm from "./parser_multiline_form";
import ConfigField from "./config_field";
import store from "./store";
import store from "../store";

const ParserPluginForm = {
template: "#vue-parser-plugin-form",
Expand Down

0 comments on commit a39f0aa

Please sign in to comment.