Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 4, 2023
1 parent ea9a33b commit b4f2eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Target/Index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { AstroIntegration } from "astro";
declare const _default: () => AstroIntegration;
export default _default;
1 change: 1 addition & 0 deletions Target/Index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var t=()=>({name:"astro-networks",hooks:{"astro:config:setup":()=>{}}});export{t as default};

0 comments on commit b4f2eec

Please sign in to comment.