Skip to content

Commit

Permalink
Update Templates.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 25, 2023
1 parent f8fb241 commit 000815d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MyApp/wwwroot/pages/templates/Templates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export const Index = [
template('svelte-spa', 'Svelte SPA', 'Angular',['bootstrap']),
].reduce((acc, template) => { acc[template.repo] = template; return acc}, {})

// template:`<Templates :templates="[Index['vue-mjs'], Index['nextjs'], Index['vue-vite'], Index['vue-ssg'], Index['razor-pages'], Index['mvcauth'], Index['script']]" hide="demo" />`,
console.log('Index', Index)

export default {
template:`<div>
<section class="w-full flex flex-col justify-center text-center">
Expand Down

0 comments on commit 000815d

Please sign in to comment.