Skip to content

Commit

Permalink
refactor: importは絶対参照
Browse files Browse the repository at this point in the history
  • Loading branch information
takatea committed Jan 13, 2025
1 parent 1a90b87 commit afb6384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/samples/agent/index.lazy.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { agent } from "@/agents/travelPlanner";
import { GoogleMapWithDirection } from "@/components/samples/agent/GoogleMapWithDirection";
import { Field } from "@/components/ui/field";
import {
NativeSelectField,
Expand All @@ -11,7 +12,6 @@ import {
import { Box, Button, Input, Spinner, Text } from "@chakra-ui/react";
import { createLazyFileRoute } from "@tanstack/react-router";
import { useState } from "react";
import { GoogleMapWithDirection } from "../../../components/samples/agent/GoogleMapWithDirection";

export const Route = createLazyFileRoute("/samples/agent/")({
component: GeminiPage,
Expand Down

0 comments on commit afb6384

Please sign in to comment.