Skip to content

Commit

Permalink
Updated sandbox type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher authored and davidjerleke committed Dec 26, 2023
1 parent 80463ed commit 0fb4d99
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import EmblaCarousel from './Default/EmblaCarousel'
import { EmblaOptionsType } from 'embla-carousel-react'
import { EmblaOptionsType } from 'embla-carousel'
import Header from './Header'
import Footer from './Footer'
import '../css/base.css'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { EmblaOptionsType } from 'embla-carousel-react'
import { EmblaOptionsType } from 'embla-carousel'
import { IosPickerItem } from './EmblaCarouselIosPickerItem'

type PropType = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import EmblaCarousel from './Default/EmblaCarousel'
import { EmblaOptionsType } from 'embla-carousel-react'
import { EmblaOptionsType } from 'embla-carousel'
import Header from './Header'
import Footer from './Footer'
import '../css/base.css'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { EmblaOptionsType } from 'embla-carousel-react'
import { EmblaOptionsType } from 'embla-carousel'
import { IosPickerItem } from './EmblaCarouselIosPickerItem'

type PropType = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EmblaOptionsType } from 'embla-carousel-react'
import { EmblaOptionsType } from 'embla-carousel'
import { SandboxModuleType } from 'consts/sandbox'
import { sandboxInjectIosPickerLoop, sandboxInjectOptions } from 'utils/sandbox'
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EmblaOptionsType } from 'embla-carousel-react'
import { EmblaOptionsType } from 'embla-carousel'
import { sandboxInjectIosPickerLoop, sandboxInjectOptions } from 'utils/sandbox'
import {
SANDBOX_REGEX_IOS_PICKER_LOOP,
Expand Down

0 comments on commit 0fb4d99

Please sign in to comment.