diff --git a/frontend/RunWithMe/src/containers/layouts/largeSidebar/Sidebar.vue b/frontend/RunWithMe/src/containers/layouts/largeSidebar/Sidebar.vue
index a770cd98..678131bc 100644
--- a/frontend/RunWithMe/src/containers/layouts/largeSidebar/Sidebar.vue
+++ b/frontend/RunWithMe/src/containers/layouts/largeSidebar/Sidebar.vue
@@ -74,6 +74,12 @@
Records
+
+
+
+ KakaoRecords
+
+
import("./views/app/runnings/records")
},
+ {
+ path: "kakaoRecords",
+ component: () => import("./views/app/runnings/kakaoRecords")
+ },
]
},
diff --git a/frontend/RunWithMe/src/views/app/runnings/kakaoRecords.vue b/frontend/RunWithMe/src/views/app/runnings/kakaoRecords.vue
new file mode 100644
index 00000000..143327a9
--- /dev/null
+++ b/frontend/RunWithMe/src/views/app/runnings/kakaoRecords.vue
@@ -0,0 +1,133 @@
+
+
+
+
Kakao Map Records
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/package-lock.json b/frontend/package-lock.json
new file mode 100644
index 00000000..48e341a0
--- /dev/null
+++ b/frontend/package-lock.json
@@ -0,0 +1,3 @@
+{
+ "lockfileVersion": 1
+}
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 00000000..48e341a0
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,3 @@
+{
+ "lockfileVersion": 1
+}