comparison client/src/components/importoverview/FairwayDimensionDetail.vue @ 2917:edc2633c3cc6

client: importsoverview: cleaned up html, removed unnecessary component
author Markus Kottlaender <markus@intevation.de>
date Wed, 03 Apr 2019 15:37:54 +0200
parents
children 45307cf4931a
comparison
equal deleted inserted replaced
2916:ea54e63deb40 2917:edc2633c3cc6
1 <template>
2 <div>Fairwaydimension</div>
3 </template>
4
5 <script>
6 /* This is Free Software under GNU Affero General Public License v >= 3.0
7 * without warranty, see README.md and license for details.
8 *
9 * SPDX-License-Identifier: AGPL-3.0-or-later
10 * License-Filename: LICENSES/AGPL-3.0.txt
11 *
12 * Copyright (C) 2018 by via donau
13 * – Österreichische Wasserstraßen-Gesellschaft mbH
14 * Software engineering by Intevation GmbH
15 *
16 * Author(s):
17 * Thomas Junk <thomas.junk@intevation.de>
18 */
19 export default {};
20 </script>