1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 00:21:28 +02:00

Reset pinch zoom on click of resource

This commit is contained in:
Kamran Ahmed
2022-08-19 22:58:56 +04:00
parent 043a4c9684
commit 8c910bce70
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import { RoadmapType } from '../../lib/roadmap';
import { Box, SimpleGrid, Tag } from '@chakra-ui/react';
import { SimpleGrid, Tag } from '@chakra-ui/react';
import { HomeRoadmapItem } from '../roadmap/home-roadmap-item';
type FeaturedRoadmapsListProps = {