Skip to content

Commit

Permalink
refactor: remove props interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Apr 24, 2020
1 parent 12b3ed6 commit 27e883f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Checkbox.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import React from 'react';
import styled from 'styled-components';

interface SettingsProps {
socket: SocketIOClient.Socket;
init?: (serverUrl: any) => void;
}

const Checkbox = (props) => {
return (
<CheckboxWrapper checked={props.checked}>
Expand Down

0 comments on commit 27e883f

Please sign in to comment.