Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 10c997f

Browse files
Merge branch 'main' of https://github.com/bkrmadtya/sorting-algorithm-visualizer into fix/responsivity
2 parents ade6e66 + 47c4160 commit 10c997f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎src/components/Algorithms/ContentContainer.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react'
1+
import {FC} from 'react'
22

33
import Section from './Section'
44

‎src/components/shared/Dropdown/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react'
1+
import {FC} from 'react'
22

33
type IProps = {
44
name?: string

‎src/components/shared/Header/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react'
1+
import {FC} from 'react'
22

33
interface IProps {
44
children: React.ReactNode

‎src/components/shared/NavBar/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react'
1+
import {FC} from 'react'
22
import { Link } from 'react-router-dom'
33

44
import { Header } from '@/components/shared'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /