Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Aug 6, 2024
1 parent 2898b5e commit 3e22ea3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Layout/RouteParamsTabs.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {TabsProps} from '@chakra-ui/tabs/dist/tabs'
import {useEffect, useState} from 'react'
import {Tabs} from '@chakra-ui/react'
import { TabsProps } from '@chakra-ui/tabs/dist/tabs'
import { useEffect, useState } from 'react'
import { Tabs } from '@chakra-ui/react'
import useQueryParams from '~src/router/use-query-params'
import {generatePath, useLocation, useNavigate, useParams} from 'react-router-dom'
import {RoutePath} from '~constants'
import { generatePath, useLocation, useNavigate, useParams } from 'react-router-dom'
import { RoutePath } from '~constants'

/**
* Reimplementation ob Tabs component to store the selected tab in the query params
Expand Down

0 comments on commit 3e22ea3

Please sign in to comment.