Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed May 13, 2023
1 parent 5144642 commit ffd4bf7
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assets/icons/BilibiliIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function BilibiliIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/BriefcaseIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function BriefcaseIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/CursorClickIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function CursorClickIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/ExternalLinkIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function ExternalLinkIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/GitHubIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function GitHubIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/MailIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function MailIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/MoonIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function MoonIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/SparkleIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function SparkleIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/SunIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function SunIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/TelegramIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function TelegramIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/TiltedSendIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function TiltedSendIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/TwitterIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function TwitterIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/UsersIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function UsersIcon(props: IconProps = {}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/YouTubeIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type IconProps } from '~/types/components'
import { type IconProps } from '~/assets'

export function YouTubeIcon(props: IconProps = {}) {
return (
Expand Down

0 comments on commit ffd4bf7

Please sign in to comment.