Skip to content

Commit

Permalink
fix tours
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Dec 10, 2024
1 parent 91dabf4 commit dc469f4
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions src/components/Tours/Tour.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

import Rt from 'reactour'

const Tour = Rt as any;
export default Tour;
2 changes: 1 addition & 1 deletion src/components/Tours/Tour2dVirtual.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react'
import { IconButton, Tooltip, useTheme } from '@mui/material'
import Tour from 'reactour'
import Tour from './Tour'
import { Help } from '@mui/icons-material'
import useStore from '../../store/useStore'

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tours/TourDevice.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react'
import { MenuItem, ListItemIcon, Badge } from '@mui/material'
import Tour from 'reactour'
import Tour from './Tour'
import { InfoRounded } from '@mui/icons-material'
import useStore from '../../store/useStore'

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tours/TourDevices.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react'
import { MenuItem, ListItemIcon, Badge } from '@mui/material'
import Tour from 'reactour'
import Tour from './Tour'
import { InfoRounded } from '@mui/icons-material'
import useStore from '../../store/useStore'

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tours/TourEffect.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react'
import { Button } from '@mui/material'
import Tour from 'reactour'
import Tour from './Tour'
import { Info } from '@mui/icons-material'
import useStore from '../../store/useStore'

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tours/TourHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
ListItemIcon,
Badge
} from '@mui/material'
import Tour from 'reactour'
import Tour from './Tour'
import { InfoRounded, LiveHelp } from '@mui/icons-material'
import useStore from '../../store/useStore'

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tours/TourIntegrations.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react'
import { MenuItem, ListItemIcon, Badge } from '@mui/material'
import Tour from 'reactour'
import Tour from './Tour'
import { InfoRounded } from '@mui/icons-material'
import useStore from '../../store/useStore'

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tours/TourScenes.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react'
import { MenuItem, ListItemIcon, Badge } from '@mui/material'
import Tour from 'reactour'
import Tour from './Tour'
import { InfoRounded } from '@mui/icons-material'
import useStore from '../../store/useStore'

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tours/TourSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useLayoutEffect, useState } from 'react'
import { MenuItem, ListItemIcon, Badge } from '@mui/material'
import Tour from 'reactour'
import Tour from './Tour'
import { InfoRounded } from '@mui/icons-material'
import useStore from '../../store/useStore'
import gif from '../../assets/transitions.gif'
Expand Down

0 comments on commit dc469f4

Please sign in to comment.