mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
renamed js folder as common + moved hardcoded colors into global.js
This commit is contained in:
committed by
Lachlan Kermode
parent
c32dff1080
commit
7755a8fee2
@@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
import Checkbox from '../presentational/Checkbox'
|
||||
import copy from '../../js/data/copy.json'
|
||||
import copy from '../../common/data/copy.json'
|
||||
|
||||
export default ({
|
||||
categories,
|
||||
|
||||
@@ -9,8 +9,8 @@ import Search from './Search'
|
||||
import TagListPanel from './TagListPanel'
|
||||
import CategoriesListPanel from './CategoriesListPanel'
|
||||
import BottomActions from './BottomActions'
|
||||
import copy from '../../js/data/copy.json'
|
||||
import { trimAndEllipse } from '../../js/utilities.js'
|
||||
import copy from '../../common/data/copy.json'
|
||||
import { trimAndEllipse } from '../../common/utilities.js'
|
||||
|
||||
class Toolbar extends React.Component {
|
||||
constructor (props) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* global fetch */
|
||||
import React from 'react'
|
||||
import copy from '../../js/data/copy.json'
|
||||
import copy from '../../common/data/copy.json'
|
||||
import TagFilter from './TagFilter'
|
||||
|
||||
export default class Search extends React.Component {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
import Checkbox from '../presentational/Checkbox'
|
||||
import copy from '../../js/data/copy.json'
|
||||
import copy from '../../common/data/copy.json'
|
||||
|
||||
function TagListPanel ({
|
||||
tags,
|
||||
|
||||
Reference in New Issue
Block a user