File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useState, useEffect } from "react"
44import { useRouter } from "next/navigation"
55import Container from "../components/Container"
66import NavigationBar from "../components/NavigationBar"
7- import { useChild } from ".. /contexts/ChildContext" ;
7+ import { useChild } from "@/app /contexts/ChildContext" ;
88
99const EMOTION_COLORS = {
1010 즐거움 : '#3DC8EF' ,
Original file line number Diff line number Diff line change 11import type { Metadata } from "next" ;
22import { Inter } from "next/font/google" ;
33import "./globals.css" ;
4- import { ChildProvider } from ". /contexts/ChildContext" ;
4+ import { ChildProvider } from "@/app /contexts/ChildContext" ;
55
66const inter = Inter ( { subsets : [ "latin" ] } ) ;
77
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useState, useEffect } from "react"
44import { useRouter } from "next/navigation"
55import Container from "../components/Container"
66import NavigationBar from "../components/NavigationBar"
7- import { useChild } from ".. /contexts/ChildContext"
7+ import { useChild } from "@/app /contexts/ChildContext"
88
99const apiBaseUrl = process . env . NEXT_PUBLIC_API_BASE_URL
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useState, useEffect } from "react"
44import { useRouter } from "next/navigation"
55import Container from "../components/Container"
66import NavigationBar from "../components/NavigationBar"
7- import { useChild } from ".. /contexts/ChildContext"
7+ import { useChild } from "@/app /contexts/ChildContext"
88import {
99 Chart as ChartJS ,
1010 ArcElement ,
You can’t perform that action at this time.
0 commit comments