first commit
Этот коммит содержится в:
13
web/react/pages/find_team.jsx
Обычный файл
13
web/react/pages/find_team.jsx
Обычный файл
@@ -0,0 +1,13 @@
|
||||
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
var FindTeam = require('../components/find_team.jsx');
|
||||
|
||||
global.window.setup_find_team_page = function() {
|
||||
|
||||
React.render(
|
||||
<FindTeam />,
|
||||
document.getElementById('find-team')
|
||||
);
|
||||
|
||||
};
|
||||
Ссылка в новой задаче
Block a user