Restructure project (#124)

This commit is contained in:
Charles Bochet
2023-05-17 22:31:16 +02:00
committed by GitHub
parent baca6150f5
commit 434e020846
76 changed files with 295 additions and 304 deletions

View File

@ -1,6 +1,6 @@
import * as React from 'react';
import styled from '@emotion/styled';
import { Pipe } from '../../interfaces/pipe.interface';
import { Pipe } from '../../interfaces/entities/pipe.interface';
type OwnProps = {
opportunity: Pipe;