1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

refactor boris components

This commit is contained in:
Fedor Katurov 2023-11-19 17:20:55 +06:00
parent 8ec77986bf
commit c53ac831e7
30 changed files with 42 additions and 114 deletions

View file

@ -2,7 +2,7 @@ import { FC } from 'react';
import { observer } from 'mobx-react-lite';
import { Superpower } from '~/components/boris/Superpower';
import { Superpower } from '~/components/common/Superpower';
import { Card } from '~/components/containers/Card';
import { Group } from '~/components/containers/Group';
import { Sticky } from '~/components/containers/Sticky';

View file

@ -2,8 +2,8 @@ import React, { useCallback } from 'react';
import { observer } from 'mobx-react-lite';
import { Superpower } from '~/components/boris/Superpower';
import { ScrollHelperBottom } from '~/components/common/ScrollHelperBottom';
import { Superpower } from '~/components/common/Superpower';
import { Card } from '~/components/containers/Card';
import { Footer } from '~/components/main/Footer';
import { NodeTitle } from '~/components/node/NodeTitle';