8 lines
91 B
TypeScript
8 lines
91 B
TypeScript
import styled from '@emotion/styled';
|
|
|
|
function Note() {
|
|
return;
|
|
}
|
|
|
|
export default Note;
|