mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-23 17:42:46 +01:00
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
import expand_links_or_show_tooltip from "../tweetdeck/expand_links_or_show_tooltip.js";
|
|
|
|
export default function() {
|
|
expand_links_or_show_tooltip();
|
|
};
|