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:
parent
e733a03c55
commit
289739585c
2 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue