1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 18:26:26 +00:00

add: stylesheet for note-item components

This commit is contained in:
sota1235
2016-12-29 16:56:05 +09:00
parent 54d9e02a42
commit 5bef19a306
3 changed files with 174 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
import React, { PropTypes } from 'react'
import { isArray } from 'lodash'
import CSSModules from 'browser/lib/CSSModules'
import styles from './NoteList.styl'
import styles from './NoteItem.styl'
/**
* @description Tag element component.