Skip to content

Commit c976847

Browse files
committed
Adds FontAwesome icon for file import
1 parent da46daf commit c976847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/components/History/HistoryView.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
</template>
4444

4545
<script>
46+
import { faFileImport } from "@fortawesome/free-solid-svg-icons";
4647
import FontAwesomeIcon from "@fortawesome/vue-fontawesome";
4748
import { mapActions, mapState } from "pinia";
4849
@@ -76,6 +77,7 @@ export default {
7677
},
7778
data() {
7879
return {
80+
faFileImport,
7981
selectedCollections: [],
8082
copySuccess: false,
8183
};

0 commit comments

Comments
 (0)