Isolate Netlify, Firebase and Helper functions + Import from absolute paths

This commit is contained in:
Liyas Thomas
2020-06-21 09:24:45 +05:30
parent 24315ab0e6
commit 5d94ac361e
56 changed files with 108 additions and 112 deletions

View File

@@ -306,8 +306,8 @@ ol {
</style>
<script>
import { findStatusGroup } from "../../pages/index"
import { fb } from "../../functions/fb"
import { findStatusGroup } from "~/pages/index"
import { fb } from "~/helpers/fb"
const updateOnLocalStorage = (propertyName, property) =>
window.localStorage.setItem(propertyName, JSON.stringify(property))