You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/components_guide_web/controllers/react_editor_controller.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@ defmodule ComponentsGuideWeb.ReactEditorController do
415
415
416
416
defshow(conn,%{"id"=>"yieldmachine-gist"})do
417
417
source=~s"""
418
-
import { default as App } from "https://gist.githubusercontent.com/BurntCaramel/229db1ce87ea3126c460d232cc1e6b0c/raw/78bdd8c275de4bf38d5430bc0ee6bd6ca7014c84/traffic-lights.jsx";
418
+
import { default as App } from "https://gist.githubusercontent.com/RoyalIcing/229db1ce87ea3126c460d232cc1e6b0c/raw/78bdd8c275de4bf38d5430bc0ee6bd6ca7014c84/traffic-lights.jsx";
419
419
export default App;
420
420
"""
421
421
@@ -1004,7 +1004,7 @@ defmodule ComponentsGuideWeb.ReactEditorController do
1004
1004
1005
1005
defshow(conn,%{"id"=>"import-from-the-web"})do
1006
1006
source=~s"""
1007
-
import { flavors } from "https://gist.githubusercontent.com/BurntCaramel/d9d2ca7ed6f056632696709a2ae3c413/raw/0234322cf854d52e2f2bd33aa37e8c8b00f9df0a/1.js";
1007
+
import { flavors } from "https://gist.githubusercontent.com/RoyalIcing/d9d2ca7ed6f056632696709a2ae3c413/raw/0234322cf854d52e2f2bd33aa37e8c8b00f9df0a/1.js";
1008
1008
import reactDownloads from "https://api.npmjs.org/downloads/point/last-week/react";
1009
1009
import image from "https://embed.filekitcdn.com/e/fEiVX4E3EdQhij4RMaw92W/pziZhFNQLKJtwNHMTkDnTD";
0 commit comments