Skip to content

Commit

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

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 55bec51

Please sign in to comment.