add header

This commit is contained in:
Jiiks 2018-02-07 14:21:51 +02:00
parent 51f5a93da2
commit 208ca763ab
2 changed files with 11 additions and 1 deletions

View File

@ -1 +0,0 @@
export TimeStamps from './TimeStamps.js';

View File

@ -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}`">