Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Jan 6, 2025
1 parent d37c808 commit 5040e4c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion react-native-expo/components/Icon/index.stories.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CheckCircle, Home, Coins } from 'lucide-react-native';
import { Meta, StoryObj } from '@storybook/react/*';
import { Meta, StoryObj } from '@storybook/react';
import Icon from '.';
import dripsyTheme from '@/utils/dripsyTheme';

Expand Down
2 changes: 1 addition & 1 deletion react-native-expo/components/Text.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Its component is the built-in `<Text />` component from Dripsy, so there is
* no component file separate from this story file.
*/
import { Meta, StoryObj } from '@storybook/react/*';
import { Meta, StoryObj } from '@storybook/react';
import dripsyTheme from '@/utils/dripsyTheme';
import { Text } from 'dripsy';

Expand Down
2 changes: 0 additions & 2 deletions react-native-expo/modules/penumbra-sdk-module/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { NativeModulesProxy, EventEmitter, Subscription } from 'expo-modules-core';

// Import the native module. On web, it will be resolved to PenumbraSdkModule.web.ts
// and on native platforms to PenumbraSdkModule.ts
import PenumbraSdkModule from './src/PenumbraSdkModule';
Expand Down
2 changes: 0 additions & 2 deletions react-native-expo/store/balances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ export const balancesSlice = createSlice({
reducers: {},
});

export const {} = balancesSlice.actions;

export default balancesSlice.reducer;

0 comments on commit 5040e4c

Please sign in to comment.