Skip to content

Commit

Permalink
fixed prettier problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag-S-Kotian committed Oct 22, 2024
1 parent 5b2389a commit fd7d25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-app/src/components/PageContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { useLogContext } from "@/context/LogContext"
import shortenString from "@/utils/shortenString"
import { Container, HStack, Icon, IconButton,Spinner,Link, Stack, Text } from "@chakra-ui/react"
import { Container, HStack, Icon, IconButton, Link, Spinner, Stack, Text } from "@chakra-ui/react"
import { usePathname } from "next/navigation"
import { FaGithub } from "react-icons/fa"
import NextLink from 'next/link'
Expand Down

0 comments on commit fd7d25a

Please sign in to comment.