1 2 3 4 5 6 7 8 9
export * from './article'; export * from './aside'; export * from './copyright'; export * from './footer'; export * from './header'; export * from './main'; export * from './nav'; export * from './notice'; export * from './section';