-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak menu, add shopping / playlist link, add youtube, fix logo trans…
…form, add FeaturedSnippet
- Loading branch information
1 parent
09803c8
commit cd70067
Showing
3 changed files
with
17 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import React from "react"; | ||
|
||
export const FeaturedSnippet = () => { | ||
return ( | ||
<div> | ||
<h1>FeaturedSnippet</h1> | ||
</div> | ||
); | ||
} | ||
return ( | ||
<div> | ||
<h1>FeaturedSnippet</h1> | ||
</div> | ||
); | ||
}; |
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 |
---|---|---|
@@ -1 +1 @@ | ||
export { FeaturedSnippet } from './FeaturedSnippet'; | ||
export { FeaturedSnippet } from "./FeaturedSnippet"; |
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