Skip to content

Commit

Permalink
Remove unused repositories from the traffic page
Browse files Browse the repository at this point in the history
  • Loading branch information
Centurix committed Jan 27, 2025
1 parent 5cb4706 commit e2e1989
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/traffcap/spa/src/views/TrafficView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import { onMounted, ref } from 'vue';
import type { Ref } from 'vue';
import type { IRequest, IJSONAPIResource } from '@/types';
import { methodIcons, methodColors } from '@/maps';
import { methodColors } from '@/maps';
import { ws_url } from '@/repositories/repository';
import { TrafficRepository } from '@/repositories/traffic';
import { Notify } from 'quasar';
import moment from 'moment';
Expand Down Expand Up @@ -40,7 +39,6 @@ async function copyData(data: string) {
console.info('Cannot copy to clipboard');
}
}
// 2025-01-18T03:13:45.067691
</script>

<template>
Expand Down

0 comments on commit e2e1989

Please sign in to comment.