Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Feb 29, 2024
1 parent 0f56a82 commit 37d2cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/waku/src/lib/handlers/handler-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import viteReact from '@vitejs/plugin-react';
import type { Config } from '../../config.js';
import { resolveConfig } from '../config.js';
import {
joinPath,
// joinPath,
fileURLToFilePath,
decodeFilePathFromAbsolute,
// decodeFilePathFromAbsolute,
} from '../utils/path.js';
import { endStream } from '../utils/stream.js';
import { renderHtml } from '../renderers/html-renderer.js';
Expand Down

0 comments on commit 37d2cd9

Please sign in to comment.