Skip to content

Commit

Permalink
upcoming: [DI-22217] - fixed eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshp210-akamai committed Dec 5, 2024
1 parent 0e44318 commit 22c408c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Typography } from '@linode/ui';
import { useTheme } from '@mui/material';
import * as React from 'react';

import { DateTimeDisplay } from 'src/components/DateTimeDisplay';
Expand All @@ -9,7 +10,6 @@ import { capitalize } from 'src/utilities/capitalize';
import { AlertActionMenu } from './AlertActionMenu';

import type { Alert } from '@linode/api-v4';
import { useTheme } from '@mui/material';

interface Props {
/**
Expand Down

0 comments on commit 22c408c

Please sign in to comment.