WIP Удалены BaseButtons
This commit is contained in:
@@ -17,12 +17,11 @@
|
||||
|
||||
<script>
|
||||
import { notifications } from "@/components/Notifications/notificationContext";
|
||||
import BaseButton from "@/components/base/BaseButton";
|
||||
import NotificationItem from "@/components/Notifications/NotificationItem";
|
||||
|
||||
export default {
|
||||
name: "TheNotificationProvider",
|
||||
components: { NotificationItem, BaseButton },
|
||||
components: { NotificationItem },
|
||||
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user