mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
change comment style to match other files
This commit is contained in:
parent
2e0b34a325
commit
1abb10d320
1 changed files with 3 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue