mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 06:28:33 +00:00
* add: env's as tabs * fix: test * fix: tests * fixes * fix: test * fixes * fixes * fix * fix: styling * fixes
9 lines
236 B
JavaScript
9 lines
236 B
JavaScript
import React from 'react';
|
|
import WorkspaceEnvironments from 'components/WorkspaceHome/WorkspaceEnvironments';
|
|
|
|
const GlobalEnvironmentSettings = () => {
|
|
return <WorkspaceEnvironments />;
|
|
};
|
|
|
|
export default GlobalEnvironmentSettings;
|