import { ConfigurationService } from '../services/configuration.service';

const configuration = new ConfigurationService();
configuration.clear();
