mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-25 14:10:21 +00:00
add share dialog
This commit is contained in:
@@ -16,6 +16,7 @@ import {
|
||||
faCircleMinus,
|
||||
faXmark,
|
||||
faClone,
|
||||
faShare,
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
|
||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||
@@ -38,6 +39,7 @@ library.add(
|
||||
faCircleMinus,
|
||||
faXmark,
|
||||
faClone,
|
||||
faShare,
|
||||
);
|
||||
|
||||
import router from "@/router/router.js";
|
||||
|
||||
Reference in New Issue
Block a user