UNPKG

cesletter

Version:

Provides the Letter to a CES Director in a variety of useful formats

8 lines (6 loc) 276 B
import applyResponsiveTableClassNames from './applyResponsiveTableClassNames'; import ifOfflineTranslateBadLinks from './ifOfflineTranslateBadLinks'; export default function initializeCesLetterScripts() { ifOfflineTranslateBadLinks(); applyResponsiveTableClassNames(); }