added ImageCarousel component, added icons to action buttons, modified project route
This commit is contained in:
@@ -15,6 +15,7 @@ import * as $projects_index from "./routes/projects/index.tsx";
|
||||
import * as $rss_index from "./routes/rss/index.tsx";
|
||||
import * as $sitemap_index from "./routes/sitemap/index.tsx";
|
||||
import * as $Counter from "./islands/Counter.tsx";
|
||||
import * as $ImageCarousel from "./islands/ImageCarousel.tsx";
|
||||
import * as $Portal from "./islands/Portal.tsx";
|
||||
import * as $ProjectCard from "./islands/ProjectCard.tsx";
|
||||
import * as $ProjectModal from "./islands/ProjectModal.tsx";
|
||||
@@ -37,6 +38,7 @@ const manifest = {
|
||||
},
|
||||
islands: {
|
||||
"./islands/Counter.tsx": $Counter,
|
||||
"./islands/ImageCarousel.tsx": $ImageCarousel,
|
||||
"./islands/Portal.tsx": $Portal,
|
||||
"./islands/ProjectCard.tsx": $ProjectCard,
|
||||
"./islands/ProjectModal.tsx": $ProjectModal,
|
||||
|
||||
Reference in New Issue
Block a user