remove obsolete stylesheet file

This commit is contained in:
Bilal Catic
2020-01-09 03:47:17 +01:00
parent e03bf7609e
commit cf0b2793ec
2 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ import React, { Component } from 'react';
import { connect } from 'react-redux';
import { Loader, Button } from 'semantic-ui-react';
import 'react-table/react-table.css';
import './style.css';
import { NavLink } from 'react-router-dom';
import SelectTable from "../../SelectTable";

View File

@@ -1,5 +0,0 @@
::placeholder{
color: black;
opacity: 1;
}