refactor: Replace Webpack with Vite (#53)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { background } from '@shared/messages';
|
||||
import classNames from 'classnames';
|
||||
import React, { PropsWithChildren } from 'react';
|
||||
import { background } from 'src/shared/messages';
|
||||
import Text, { TextProps } from '../Text/Text';
|
||||
import styles from './Link.module.scss';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user