Styleguide: Incoming/outgoing attachments of all types

This commit is contained in:
Scott Nonnenberg 2018-04-05 09:19:00 -07:00
parent 1206b3c448
commit 3a76c3c86e
No known key found for this signature in database
GPG key ID: 5F82280C35134661
7 changed files with 212 additions and 3 deletions

View file

@ -2,8 +2,9 @@ import React from 'react';
/**
* A placeholder Message component, giving the structure of a plain message with none of
* the dynamic functionality. We can build off of this going forward.
* A placeholder Message component for now, giving the structure of a plain message with
* none of the dynamic functionality. This page will be used to build up our corpus of
* permutations before start moving all message functionality to React.
*/
export class Message extends React.Component<{}, {}> {
public render() {