Skip to content

Commit 36ad4e9

Browse files
committed
fix type issue
1 parent 864d3a1 commit 36ad4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { useState } from "react";
44
import Image from "next/image";
55

6-
import { CompanyType } from "../../db/src/schema/companies";
6+
import type { CompanyType } from "../../db/src/schema/companies";
77

88
interface ILogoProps {
99
company: CompanyType;

0 commit comments

Comments
 (0)