summaryrefslogtreecommitdiff
path: root/frontend/app/site
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/site')
-rw-r--r--frontend/app/site/app.js2
-rw-r--r--frontend/app/site/site/site.actions.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/frontend/app/site/app.js b/frontend/app/site/app.js
index cf52460..389e5b5 100644
--- a/frontend/app/site/app.js
+++ b/frontend/app/site/app.js
@@ -31,3 +31,5 @@ export default class App extends Component {
)
}
}
+/*
+*/
diff --git a/frontend/app/site/site/site.actions.js b/frontend/app/site/site/site.actions.js
index 2eea442..79e4573 100644
--- a/frontend/app/site/site/site.actions.js
+++ b/frontend/app/site/site/site.actions.js
@@ -1,4 +1,4 @@
-import * as types from 'app/types'
+import * as types from '../types'
import { api } from 'app/utils'
export const setSiteTitle = title => dispatch => {