aboutsummaryrefslogtreecommitdiff
path: root/src/components/flash/flash.vue
blob: 510fe6d2e30a07b1bdbf3104089b6f4d5f859db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
  <div
    class="Flash"
    ref="cunt"
  />
</template>

<script src="./flash.js"></script>

<style lang="scss">
@import '../../_variables.scss';
.Flash {
  display: block;
}
</style>