From 1abb10d320be32ce28f052b6a9add33cabfd1ba0 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Thu, 19 Oct 2017 15:41:59 -0400 Subject: [PATCH] change comment style to match other files --- src/components/button/button.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/button/button.jsx b/src/components/button/button.jsx index 4e6b49d1..afc56acf 100644 --- a/src/components/button/button.jsx +++ b/src/components/button/button.jsx @@ -1,4 +1,6 @@ -// Copied from scratch-gui for now +/* DO NOT EDIT +@todo This file is copied from GUI and should be pulled out into a shared library. +See #13 */ import classNames from 'classnames'; import PropTypes from 'prop-types';