Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 11, 2024
1 parent 0acff30 commit 1be64ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page/TabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import React from "react"
import { generatePath, useNavigate, useParams } from "react-router-dom"
import { object as YupObject, string as YupString } from "yup"

import { tryValidateSync } from "../../utils/yup"
import { tryValidateSync } from "../../utils/schema"
import Section from "./Section"

export interface TabBarProps {
Expand Down

0 comments on commit 1be64ad

Please sign in to comment.