Skip to content

Commit

Permalink
Update import paths for Project type
Browse files Browse the repository at this point in the history
  • Loading branch information
haochengxu committed Jan 13, 2024
1 parent 8de55fd commit f8d01a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/projects/tiny/IterationDetail.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from "react";
import { Project } from "./types";
import { Project } from "../../../@types/projects/types";

interface Props {
// Define the props for your component here
Expand Down
2 changes: 1 addition & 1 deletion pages/projects/tiny/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from "react";
import { Project } from "./types";
import { Project } from "../../../@types/projects/types";
import IterationDetail from "./IterationDetail";

const IterationTracker: React.FC = () => {
Expand Down

0 comments on commit f8d01a5

Please sign in to comment.