Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
David Di Biase authored and David Di Biase committed Sep 20, 2022
2 parents f3566df + b04d51e commit 4db72f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/share/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

export * from './primitive';
export * from './networks';
export * from "./primitive";
export * from "./networks";
3 changes: 2 additions & 1 deletion packages/share/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ export const weibo: Network = "http://service.weibo.com/share/share.php?url=@u&t
export const whatsapp: Network = "https://api.whatsapp.com/send?text=@t%0D%0A@u%0D%0A@d";
export const wordpress: Network = "https://wordpress.com/press-this.php?u=@u&t=@t&s=@d&i=@m";
export const xing: Network = "https://www.xing.com/social/share/spi?op=share&url=@u&title=@t";
export const yammer: Network = "https://www.yammer.com/messages/new?login=true&status=@t%0D%0A@u%0D%0A@d";
export const yammer: Network =
"https://www.yammer.com/messages/new?login=true&status=@t%0D%0A@u%0D%0A@d";

0 comments on commit 4db72f6

Please sign in to comment.