add header
This commit is contained in:
parent
51f5a93da2
commit
208ca763ab
|
@ -1 +0,0 @@
|
|||
export TimeStamps from './TimeStamps.js';
|
|
@ -1,3 +1,14 @@
|
|||
/**
|
||||
* BetterDiscord Modals Component
|
||||
* Copyright (c) 2015-present Jiiks/JsSucks - https://github.com/Jiiks / https://github.com/JsSucks
|
||||
* All rights reserved.
|
||||
* https://betterdiscord.net
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
|
||||
<template>
|
||||
<div class="bd-modals-container">
|
||||
<div v-for="(modal, index) in modals" :key="`bd-modal-${index}`">
|
||||
|
|
Loading…
Reference in New Issue