Skip to content

Commit

Permalink
Dont export Input
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Nov 8, 2020
1 parent c6a93aa commit 1e8c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/chat/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useState } from 'react';
import styled from 'styled-components';
import { Room } from './Room';

export const Input = styled.div`
const Input = styled.div`
padding: 4px;
margin: 0 0 4px;
Expand Down

0 comments on commit 1e8c34e

Please sign in to comment.