renamed js folder as common + moved hardcoded colors into global.js

This commit is contained in:
Sam Ludford
2019-05-22 12:33:42 +01:00
committed by Lachlan Kermode
parent c32dff1080
commit 7755a8fee2
28 changed files with 47 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react'
import copy from '../../js/data/copy.json'
import copy from '../../common/data/copy.json'
const LoadingOverlay = ({ isLoading, language }) => {
let classes = 'loading-overlay'