Musical keyboard component written in React.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
294 B

  1. import Keyboard from './components/Keyboard/Keyboard'
  2. import StyledNaturalKey from './components/StyledNaturalKey/StyledNaturalKey'
  3. import StyledAccidentalKey from './components/StyledAccidentalKey/StyledAccidentalKey'
  4. export default Keyboard
  5. export { StyledNaturalKey, StyledAccidentalKey }