Skip to content

Commit

Permalink
fix: formmated lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza Akbarzadeh authored and Alireza Akbarzadeh committed Apr 24, 2024
1 parent 826d80e commit 678df75
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 71 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Smoke & Acceptance tests
run: |
pnpm build-story --quiet
pnpm playwright install
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --port 6006 --silent" \
"npx wait-on tcp:127.0.0.1:6006 && yarn test-storybook"
54 changes: 0 additions & 54 deletions src/components/ui/form/stories/input-controller.stories.tsx

This file was deleted.

17 changes: 2 additions & 15 deletions src/domains/home/type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import { TSizesList } from 'constant';
import { MutableRefObject, SyntheticEvent } from 'react';
import * as THREE from 'three';
import { TModelViewState } from './container/model/model';
import { SyntheticEvent } from 'react';

type TVideoState = {
isEnd: boolean;
Expand Down Expand Up @@ -34,14 +31,4 @@ type TReturnUseCarouselController = {
) => void;
};

export type TModelViewProps = {
index: any;
groupRef: MutableRefObject<THREE.Group<THREE.Object3DEventMap>>;
gsapType: 'view1' | 'view2';
controlRef: MutableRefObject<any>;
setRotaion: (value: number) => void;
item: TModelViewState;
size: TSizesList['value'];
};

export type { TProsessState, TVideoState, TReturnUseCarouselController };
export type { TProsessState, TReturnUseCarouselController, TVideoState };
2 changes: 1 addition & 1 deletion src/providers/auth-provider.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {
import {
createContext,
PropsWithChildren,
useContext,
Expand Down

0 comments on commit 678df75

Please sign in to comment.