Restructure and update imports

This commit is contained in:
Kamran Ahmed
2019-11-13 23:06:07 +04:00
parent 5b4cc86f61
commit 51b2c70586
30 changed files with 32 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
import queryString from 'query-string';
import siteConfig from 'data/site';
import siteConfig from 'storage/site';
export const prefixHost = (url) => {
return /^\//.test(url) ? `${siteConfig.url}${url}` : url;