Skip to content

Commit

Permalink
adding another folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt95 committed Nov 27, 2024
1 parent 8fc81de commit e33cec0
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { DeployDropdown } from './DeployDropdown';
import { useCreateDeploymentMutation } from '../../../hooks/mutations';
import { useCreateDeploymentMutation } from '../../../../hooks/mutations';
import { Trans, useTranslation } from 'react-i18next';
import { useStudioEnvironmentParams } from 'app-shared/hooks/useStudioEnvironmentParams';
import { toast } from 'react-toastify';
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { type ReactElement } from 'react';
import classes from './DeployDropdown.module.css';
import { StudioCombobox, StudioError, StudioSpinner } from '@studio/components';
import type { ImageOption } from '../ImageOption';
import type { ImageOption } from '../../ImageOption';
import { useTranslation } from 'react-i18next';
import { useAppReleasesQuery } from 'app-development/hooks/queries';
import { BuildResult } from 'app-shared/types/Build';
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Deploy } from './Deploy';

0 comments on commit e33cec0

Please sign in to comment.