mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
cleaned up config as js instead of json file
This commit is contained in:
@@ -6,7 +6,7 @@ import moment from 'moment';
|
||||
import { Button, Icon } from 'plugin-api/beta/client/components/ui';
|
||||
import styles from './AccountDeletionRequestedSign.css';
|
||||
import { getErrorMessages } from 'coral-framework/utils';
|
||||
import { scheduledDeletionDelayHours } from '../../config.json';
|
||||
import { scheduledDeletionDelayHours } from '../../config';
|
||||
|
||||
class AccountDeletionRequestedSign extends React.Component {
|
||||
cancelAccountDeletion = async () => {
|
||||
|
||||
Reference in New Issue
Block a user