Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion frontend/common/base/format-base.js

This file was deleted.

31 changes: 0 additions & 31 deletions frontend/common/base/utils-base.js

This file was deleted.

20 changes: 0 additions & 20 deletions frontend/common/hooks/useMediaQuery.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/common/hooks/usePageTracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useEffect } from 'react'
/**
* Options for configuring page tracking behavior.
*/
export type PageTrackingOptions = {
type PageTrackingOptions = {
/** The page constant name from Constants.pages */
pageName: string
/** Context data for tracking and storage persistence */
Expand Down
2 changes: 1 addition & 1 deletion frontend/common/providers/ProjectProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type CreateEnvType = (data: {
cloneFeatureStatesAsync?: boolean
metadata: Environment['metadata']
}) => void
export type ProjectProviderType = {
type ProjectProviderType = {
children: (props: {
createEnv: CreateEnvType
deleteEnv: typeof AppActions.deleteEnv
Expand Down
2 changes: 1 addition & 1 deletion frontend/common/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { StoreStateType } from './store'
const Project = require('./project')
const _data = require('./data/base/_data.js')

export const baseApiOptions = (queryArgs?: Partial<FetchBaseQueryArgs>) => {
const baseApiOptions = (queryArgs?: Partial<FetchBaseQueryArgs>) => {
const res: Pick<
CreateApiOptions<any, any, any, any>,
| 'baseQuery'
Expand Down
Loading
Loading