Skip to content

Commit

Permalink
chore:trigger lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Oct 16, 2023
1 parent 9a8d021 commit 32da9ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'
import { ComponentStory, ComponentMeta } from '@storybook/react'

import FileComponent, { FileComponentProps } from './FileComponent'
import { withTheme } from '../../../../storybook/decorators'
import { DownloadState } from '@quiet/types'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { FC } from 'react'
import { View, Image, FlatList, TouchableWithoutFeedback, TouchableOpacity, Animated } from 'react-native'
import { Typography } from '../Typography/Typography.component'

import { ContextMenuItemProps, ContextMenuProps } from './ContextMenu.types'

import { defaultPalette } from '../../styles/palettes/default.palette'
Expand Down

0 comments on commit 32da9ab

Please sign in to comment.