mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
cleaned up config as js instead of json file
This commit is contained in:
@@ -4,7 +4,7 @@ import cn from 'classnames';
|
||||
import { Button } from 'plugin-api/beta/client/components/ui';
|
||||
import styles from './DeleteMyAccountStep.css';
|
||||
import { t } from 'plugin-api/beta/client/services';
|
||||
import { scheduledDeletionDelayHours } from '../../config.json';
|
||||
import { scheduledDeletionDelayHours } from '../../config';
|
||||
|
||||
const DeleteMyAccountStep1 = props => (
|
||||
<div className={styles.step}>
|
||||
|
||||
Reference in New Issue
Block a user