Merge branch 'main' into feature/conflight-seba

This commit is contained in:
Sebastian Mazur 2023-09-11 12:01:38 +02:00 committed by GitHub
commit d3d489e431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,7 @@ You can input a variety of commands into LearnGitBranching (LGB) -- as commands
This visualization combined with tutorials and "levels" can help both beginners and intermediate developers polish their version control skills. A quick demo is available here: This visualization combined with tutorials and "levels" can help both beginners and intermediate developers polish their version control skills. A quick demo is available here:
https://pcottle.github.io/learnGitBranching/?demo https://pcottle.github.io/learnGitBranching/?demo
Or, you can launch the application normally here: Or, you can launch the application normally here:bhkikblykhy;ikgjvbulykhvuybj
https://pcottle.github.io/learnGitBranching/ https://pcottle.github.io/learnGitBranching/
### Sandbox Mode ### Sandbox Mode

View file

@ -4,11 +4,13 @@ var EventEmitter = require("events").EventEmitter;
var React = require("react"); var React = require("react");
var ReactDOM = require("react-dom"); var ReactDOM = require("react-dom");
var util = require("../u"); var util = require("../u");
var intl = require("../intl"); var intl = require("../intl");
var LocaleStore = require("../stores/LocaleStore"); var LocaleStore = require("../stores/LocaleStore");
var LocaleActions = require("../actions/LocaleActions"); var LocaleActions = require("../actions/LocaleActions");
/** /**
* Globals * Globals
*/ */