Skip to content

Commit

Permalink
fix structure
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Nov 5, 2024
1 parent d9401b6 commit 99e16db
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/containers/floating/FloatingElements.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import ShareRewardModal from '@app/containers/ShareRewardModal/ShareRewardModal';
import { FloatingTree } from '@floating-ui/react';

import SettingsModal from './Settings/SettingsModal.tsx';
Expand All @@ -8,6 +7,7 @@ import { ExternalDependenciesDialog } from './ExternalDependenciesDialog/Externa
import CriticalErrorDialog from './CriticalErrorDialog/CriticalErrorDialog.tsx';
import PaperWalletModal from './PaperWalletModal/PaperWalletModal.tsx';
import ErrorSnackbar from './Error/ErrorSnackbar.tsx';
import ShareRewardModal from './ShareRewardModal/ShareRewardModal';

export default function FloatingElements() {
return (
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/containers/phase/Setup/Setup.styles.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styled, { css } from 'styled-components';
import styled from 'styled-components';

export const SetupWrapper = styled.div<{ $bg?: string }>`
position: fixed;
Expand Down

0 comments on commit 99e16db

Please sign in to comment.