Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jun 13, 2023
1 parent f4f128e commit bfdb87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/empty/graphics/NotFoundSVG.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useId } from 'react';
import { css } from '@emotion/react';
import { StyleProps } from '@arizeai/components';
import { StyleProps } from '../../types';
import { useStyleProps } from '../../utils';
export const NotFoundSVG = (props: StyleProps) => {
// Create a unique ID so that more than one gradient def can exist
Expand Down

0 comments on commit bfdb87c

Please sign in to comment.