Skip to content

Commit 78ee50c

Browse files
committed
[main]: fix build issue
1 parent 5ba17ec commit 78ee50c

File tree

6 files changed

+1
-10
lines changed

6 files changed

+1
-10
lines changed

src/libs/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/libs/utils.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/pages/capital.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import CapitalComponent from "@/components/Capital.astro";
44
import Help from "@/components/Help.astro";
55
import SharePopover from "@/components/ShareButton.astro";
66
import BaseLayout from "@/layouts/Base";
7-
import { locations } from "@/libs/location";
7+
import { locations } from "@/utils/location";
88
99
const meta = {
1010
title: "Capital",
File renamed without changes.

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@/components/*": ["src/components/*"],
3333
"@/layouts/*": ["src/layouts/*.astro"],
3434
"@/utils/*": ["src/utils/*"],
35-
"@/libs": ["src/libs/index.ts"],
3635
"@/hooks/*": ["src/hooks/*"],
3736
"@/types": ["src/types/index.ts"],
3837
"@/mocks/*": ["src/mocks/*"],

0 commit comments

Comments
 (0)