import { back2top, loadTooltip, modeWatcher } from '../components'; export function basic() { modeWatcher(); back2top(); loadTooltip(); }