import Note from './note'; import { NoteProps } from './note'; export type Props = NoteProps; export default Note;