Skip to content

Commit

Permalink
refactor: select component folder move
Browse files Browse the repository at this point in the history
  • Loading branch information
sumi-0011 committed Jun 18, 2024
1 parent e73c284 commit 005f7b4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/components/FeedBack/FeedBack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

import styled from 'styled-components';

import Select from '@/components/Select';

import { ISSUE_LABEL } from './FeedBack.constants';
import Select from './Select';

function FeedBack() {
return (
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 005f7b4

Please sign in to comment.