-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40bb835
commit fcd70f4
Showing
8 changed files
with
14 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script> | ||
import "$lib/style/app.css"; | ||
import "../style/app.css"; | ||
export let content = ""; | ||
</script> | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script> | ||
import "$lib/style/app.css"; | ||
import "../style/app.css"; | ||
/** | ||
* @type {string} Scorecard value | ||
*/ | ||
|
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
// Reexport your entry components here | ||
export { default as BasicDropdown } from './BasicDropdown/BasicDropdown.svelte'; | ||
export { default as Scorecard } from './Scorecard/Scorecard.svelte'; | ||
export { default as HeadingAlt } from './HeadingAlt/HeadingAlt.svelte'; | ||
export { default as LogoTPCBadge } from './LogoTPCBadge/LogoTPCBadge.svelte'; | ||
export { default as LogoUrbanBadge } from './LogoUrbanBadge/LogoUrbanBadge.svelte'; | ||
export { default as Navbar } from './Navbar/Navbar.svelte'; | ||
export { default as ProjectCredits } from './ProjectCredits/ProjectCredits.svelte'; | ||
export { default as SocialShare } from './SocialShare/SocialShare.svelte'; | ||
export { default as TextBlock } from './TextBlock/TextBlock.svelte'; |
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