Complete filter #2

Merged
senaduka merged 11 commits from complete-filter into master 2017-12-14 14:22:32 +01:00
2 changed files with 0 additions and 13 deletions
Showing only changes of commit 7fd880ba1c - Show all commits

View File

@@ -1,12 +0,0 @@
import React, { Component } from 'react';
class Domain extends Component {
render() {
return (
<p> {this.props.domain.domainName}.{this.props.domain.tld}</p>
);
}
}
export default Domain;

View File

@@ -1,6 +1,5 @@
import React, { Component } from 'react';
import {getDomains} from '../helpers/api';
import Domain from './Domain';
import ReactTable from "react-table";
import "react-table/react-table.css";