Remove static fontstacks.json

This commit is contained in:
Lukas Martinelli
2017-01-25 13:47:37 +01:00
parent 404b53587f
commit 5c286f8d96
2 changed files with 0 additions and 38 deletions

View File

@@ -1,9 +1,6 @@
import React from 'react'
import AutocompleteInput from './AutocompleteInput'
//TODO: Query available font stack dynamically
import fontStacks from '../../config/fontstacks.json'
class FontInput extends React.Component {
static propTypes = {
value: React.PropTypes.array.isRequired,