1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

ref: Fix filename

This commit is contained in:
Maksim Eltyshev 2022-09-16 15:08:09 +05:00
parent e733a03c55
commit 289739585c
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ import { Image, Tab } from 'semantic-ui-react';
import logo from '../../assets/images/logo.png'; import logo from '../../assets/images/logo.png';
import styles from './AccountPane.module.scss'; import styles from './AboutPane.module.scss';
const AboutPane = React.memo(() => { const AboutPane = React.memo(() => {
// const [t] = useTranslation(); // const [t] = useTranslation();