mirror of
https://github.com/mastodon/mastodon.git
synced 2026-01-17 18:56:40 +00:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import { setupLinkListeners } from './utils/links';
|
|
|
|
export function start() {
|
|
setupLinkListeners();
|
|
}
|