diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-24 16:07:38 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-24 16:07:38 -0400 |
| commit | 56394d6631f494526546cb5cd03297b400a85e65 (patch) | |
| tree | 406506e35e9c8bb4c4a5b838ad82e5ed154894e9 /src/client/views/search/NaviconButton.tsx | |
| parent | cfb2e001ab6df21558fb5d7f9c18e47c7b6c21bb (diff) | |
clean ups
Diffstat (limited to 'src/client/views/search/NaviconButton.tsx')
| -rw-r--r-- | src/client/views/search/NaviconButton.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/NaviconButton.tsx b/src/client/views/search/NaviconButton.tsx index 1b8ad7e91..3f9bb030f 100644 --- a/src/client/views/search/NaviconButton.tsx +++ b/src/client/views/search/NaviconButton.tsx @@ -8,7 +8,6 @@ export interface NaviconProps{ onClick(): void; } - export class NaviconButton extends React.Component<NaviconProps> { @observable ref: React.RefObject<HTMLAnchorElement> = React.createRef(); |
