mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
chore: fix lint
This commit is contained in:
parent
71e5fb0221
commit
a0dca6e927
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import styled from '@emotion/styled';
|
||||
import React, { useContext } from 'react';
|
||||
import { ModuleType, PackageMetaInterface } from 'types/packageMeta';
|
||||
import { PackageMetaInterface } from 'types/packageMeta';
|
||||
import ActionBar from 'verdaccio-ui/components/ActionBar';
|
||||
import Author from 'verdaccio-ui/components/Author';
|
||||
import Paper from 'verdaccio-ui/components/Paper';
|
||||
|
|
Loading…
Add table
Reference in a new issue