Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Aug 18, 2023
1 parent a95070d commit dbd2e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
MaaFrameworkLoader,
MaaInstance,
MaaResource
} from '@nekosu/loader'
} from '@maa/loader'
import history from 'connect-history-api-fallback'
import { format } from 'date-fns'
import express, { json } from 'express'
Expand Down

0 comments on commit dbd2e8b

Please sign in to comment.