Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
refactor: страница проектов
Browse files Browse the repository at this point in the history
  • Loading branch information
DieWerkself committed Nov 6, 2023
1 parent fb1b297 commit e8300e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/projects/ui/ProjectsPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { Flex, SimpleGrid, Heading, Container } from '@chakra-ui/react';
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
/* eslint-disable @typescript-eslint/no-unsafe-argument */
/* eslint-disable @typescript-eslint/no-floating-promises */
import { Flex, SimpleGrid, Heading, Container, Box } from '@chakra-ui/react';
import { useInfiniteQuery } from '@tanstack/react-query';
import React, { useEffect, useRef } from 'react';
import { Link, generatePath } from 'react-router-dom';

import { ProjectCard } from '~/widgets/project-card';
Expand Down

0 comments on commit e8300e0

Please sign in to comment.