5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
import { toggle } from '@utils';
|
|
|
|
export function toggleCondidentielExplanation() {
|
|
toggle(document.querySelector('.confidentiel-explanation'));
|
|
}
|