Last active
January 22, 2022 04:09
-
-
Save ManickYoj/74acb1793c26645c85265bb9a5759494 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// app/javascript/controllers/index.js | |
import { application } from "./application" | |
import VisibilityController from "./visibility_controller" | |
application.register("visibility", VisibilityController) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment