Skip to content

Commit

Permalink
chore: esm import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Apr 26, 2024
1 parent 58cab48 commit 5c68e68
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import React, {FC} from 'react'

import {elementColors} from '@sphereon/ui-components.core'
import {Oval} from 'react-loader-spinner'
import pkg from 'react-loader-spinner';
const { Oval } = pkg;


interface Props {
size?: string | number
Expand Down

0 comments on commit 5c68e68

Please sign in to comment.