Skip to content
Open
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
2 changes: 2 additions & 0 deletions frontend/src/assets/icons/IconCpu.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import React from 'react';

const IconCpu = ({ ...props }) => {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none" {...props}>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Flow/Shared/CreateProject.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Dispatch, SetStateAction, useCallback, useMemo } from "react";
import React, { Dispatch, SetStateAction, useCallback, useMemo } from "react";
import { useNavigate } from "react-router-dom";
import Button from "@/components/Button/Button";
import EmptyContent from "@/components/EmptyContent/EmptyContent";
Expand Down