view client/src/components/importoverview/FairwayDimension.vue @ 2902:399b03e59411

client: use UISpinnerButton in bottlenecks list and imports overview
author Markus Kottlaender <markus@intevation.de>
date Tue, 02 Apr 2019 16:44:20 +0200
parents 5d0e5159190f
children
line wrap: on
line source

<template>
  <div>Fairwaydimension</div>
</template>

<script>
/* This is Free Software under GNU Affero General Public License v >= 3.0
 * without warranty, see README.md and license for details.
 *
 * SPDX-License-Identifier: AGPL-3.0-or-later
 * License-Filename: LICENSES/AGPL-3.0.txt
 *
 * Copyright (C) 2018 by via donau
 *   – Österreichische Wasserstraßen-Gesellschaft mbH
 * Software engineering by Intevation GmbH
 *
 * Author(s):
 * Thomas Junk <thomas.junk@intevation.de>
 */
export default {};
</script>

<style></style>