Created
December 23, 2020 23:40
-
-
Save donrestarone/699f5a19c83a01dbc84cd7016ba6661f to your computer and use it in GitHub Desktop.
React entrypoint for Phoenix
This file contains hidden or 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
import { define } from 'remount' | |
import App from './App' | |
define({ 'x-application': App }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment