# -*- mode: snippet; require-final-newline: nil -*-
# name: Invoked immediately before a component is unmounted from the DOM
# key: cwun
# uuid: cwun
# --
componentWillUnmount() {
 $0
}