We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e983984 commit f2a8152Copy full SHA for f2a8152
packages/app/src/app/pages/Sandbox/Editor/Workspace/items/More/index.js
packages/app/src/app/pages/Sandbox/Editor/Workspace/items/More/index.tsx
@@ -1,12 +1,12 @@
1
import React from 'react';
2
import { inject, observer } from 'mobx-react';
3
4
+import { Button } from 'common/lib/components/Button';
5
import SignInButton from 'app/pages/common/SignInButton';
6
import Margin from 'common/lib/components/spacing/Margin';
7
import track from 'common/lib/utils/analytics';
8
9
import { Description } from '../../elements';
-import { Button } from 'common/lib/components/Button';
10
11
type Props = {
12
store: any;
0 commit comments