mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-29 14:46:41 +07:00
refactor comment components
This commit is contained in:
parent
60da84aad9
commit
eea7095e65
42 changed files with 89 additions and 76 deletions
|
@ -5,7 +5,7 @@ import isBefore from 'date-fns/isBefore';
|
|||
import { observer } from 'mobx-react-lite';
|
||||
|
||||
import { Anchor } from '~/components/common/Anchor';
|
||||
import { Authorized } from '~/components/containers/Authorized';
|
||||
import { Authorized } from '~/components/common/Authorized';
|
||||
import { Filler } from '~/components/containers/Filler';
|
||||
import { Button } from '~/components/input/Button';
|
||||
import { Logo } from '~/components/main/Logo';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import React, { FC } from 'react';
|
||||
|
||||
import { Authorized } from '~/components/containers/Authorized';
|
||||
import { Authorized } from '~/components/common/Authorized';
|
||||
|
||||
import { SubmitBarSSR } from './components/SubmitBar/ssr';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue