Skip to content

Commit

Permalink
feat: GEO-1179 remove unused files (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
banders authored Dec 11, 2024
1 parent 81d7923 commit bea26d2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 376 deletions.
72 changes: 0 additions & 72 deletions frontend/src/components/util/ClipboardButton.vue

This file was deleted.

3 changes: 1 addition & 2 deletions frontend/src/components/util/ConfirmationDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@
</template>

<script>
import PrimaryButton from './PrimaryButton.vue';
export default {
name: 'ConfirmationDialog',
components: { PrimaryButton },
components: {},
props: {
contentClass: {
type: String,
Expand Down
131 changes: 0 additions & 131 deletions frontend/src/components/util/PrimaryButton.vue

This file was deleted.

93 changes: 0 additions & 93 deletions frontend/src/components/util/TertiaryButton.vue

This file was deleted.

18 changes: 0 additions & 18 deletions frontend/src/utils/__tests__/dialogUtils.spec.ts

This file was deleted.

60 changes: 0 additions & 60 deletions frontend/src/utils/dialogUtils.ts

This file was deleted.

0 comments on commit bea26d2

Please sign in to comment.