-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
45 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
export * from './Aside'; | ||
export { default as Aside } from './Aside'; | ||
export * from './Categories'; | ||
export { default as Categories } from './Categories'; | ||
export * from './Column'; | ||
export { default as Column } from './Column'; | ||
export * from './Content'; | ||
export { default as Content } from './Content'; | ||
export * from './Footer'; | ||
export { default as Footer } from './Footer'; | ||
export * from './GitHub'; | ||
export { default as GitHub } from './GitHub'; | ||
export * from './Grid'; | ||
export { default as Grid } from './Grid'; | ||
export * from './Header'; | ||
export { default as Header } from './Header'; | ||
export * from './Main'; | ||
export { default as Main } from './Main'; | ||
export * from './Navigation'; | ||
export { default as Navigation } from './Navigation'; | ||
export * from './Row'; | ||
export { default as Row } from './Row'; | ||
export * from './Section'; | ||
export { default as Section } from './Section'; | ||
export * from './SEO'; | ||
export { default as SEO } from './SEO'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import Default from './Default'; | ||
|
||
export default Default; | ||
export * from './Default'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * from './Default'; | ||
export { default as Default } from './Default'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters