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

Remove spacing from next-tick file

This commit is contained in:
Kamran Ahmed
2022-11-10 13:13:11 +04:00
parent 302eb2737c
commit 4429643d23
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
import { useState } from 'react'; import { useState } from 'react';
import { HamburgerIcon } from '@chakra-ui/icons'; import { HamburgerIcon } from '@chakra-ui/icons';
import { Box, CloseButton, Container, Flex, IconButton, Image, Link, Stack, Text } from '@chakra-ui/react'; import { Box, CloseButton, Container, Flex, IconButton, Link, Stack, Text } from '@chakra-ui/react';
import RoadmapLogo from '../components/icons/roadmap.svg'; import RoadmapLogo from '../components/icons/roadmap.svg';
import siteConfig from '../content/site.json';
type MenuLinkProps = { type MenuLinkProps = {
text: string; text: string;