fix: Cleaned up pages
Build and Push Development Docker Image / build-and-push (push) Successful in 1m6s
Build and Push Development Docker Image / build-and-push (push) Successful in 1m6s
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
@import "tailwindcss"
|
||||
@import "tailwindcss";
|
||||
+1
-9
@@ -1,9 +1 @@
|
||||
// place files you want to import through the `$lib` alias in this folder.
|
||||
import Card from '$lib/components/Cards/Card.svelte';
|
||||
import GridGallery from './components/GridGallery.svelte';
|
||||
import Loading from './components/Loading.svelte';
|
||||
import Section from './components/Section.svelte';
|
||||
import SkillProgress from './components/SkillProgress.svelte';
|
||||
import Timeline from './components/Timeline.svelte';
|
||||
|
||||
export { Card, GridGallery, Loading, Section, SkillProgress, Timeline };
|
||||
// place files you want to import through the `$lib` alias in this folder.
|
||||
@@ -35,6 +35,7 @@
|
||||
showProgress: true
|
||||
})}
|
||||
</div>
|
||||
<p>Sorry... we can't show you anything here</p>
|
||||
{/if}
|
||||
<!-- Repositories loaded successfully -->
|
||||
<GridGallery>
|
||||
|
||||
Reference in New Issue
Block a user