Press n or j to go to the next uncovered block, b, p or k for the previous block.
export { default as Root } from './Root'; export { default as NotFound } from './NotFound'; // defaultで送られた名前を直す // {default as 名前} from 'パス'