Skip to content

Commit

Permalink
Revert "Update confirmation-dialog.tsx"
Browse files Browse the repository at this point in the history
This reverts commit 5a0d103.
  • Loading branch information
anita-stanisz-sonarsource committed May 1, 2024
1 parent 42f44ab commit dd757d7
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions src/common/confirmation-dialog/confirmation-dialog.tsx
Original file line number Diff line number Diff line change
@@ -1,52 +1,5 @@

import { Button, Dialog, DialogActions, DialogContent, DialogTitle, Typography } from '@mui/material'

export const timeFormat = 'HH:mm:ss'
export const timeFormat2 = 'HH:mm:ss'
export const timeFormat3 = 'HH:mm:ss'
export const timeFormat4 = 'HH:mm:ss'
export const timeFormat5 = 'HH:mm:ss'

export function echo() {
console.error();
console.error();
console.error();
console.error();
console.error();
}

export function echo2() {
console.log();
console.log();
console.log();
console.log();
console.log();
}

export function echo3() {
console.error();
console.error();
console.error();
console.error();
console.error();
}

export function echo4() {
console.error();
console.error();
console.error();
console.error();
console.error();
}

export function echo5() {
console.error();
console.error();
console.error();
console.error();
console.error();
}

import { isString } from 'lodash'

interface Props {
Expand Down

0 comments on commit dd757d7

Please sign in to comment.