Skip to content

Commit

Permalink
chore: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Lino Le Van authored and Lino Le Van committed Dec 23, 2023
1 parent 6f18a73 commit 5f3ae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {

import { Footer, Header, page } from "./page.tsx";
import { get_route_map, resolve_file } from "./route_map.ts";
import type { Config, Magic, PluginResult } from "./types.ts";
import type { Magic, PluginResult } from "./types.ts";
import { getHeaderElements, importBuild, readConfig } from "../utils.tsx";

const unoConfig = existsSync("./uno.config.ts")
Expand Down

0 comments on commit 5f3ae64

Please sign in to comment.