Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
lxchapu committed Feb 29, 2024
1 parent 4a5ff97 commit d0a3357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { getNum, setNum } from './db.js';
import { getCountImage } from './utils.js';
import { validateId } from './middlewares.js';
import indexHtml from './index.html';
import themes from '../themes';

const router = Router();

Expand Down

0 comments on commit d0a3357

Please sign in to comment.