Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino committed Jan 24, 2025
1 parent 5783e9b commit 09a744b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/kit/src/exports/adapter/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { INVALIDATED_PARAM, ORIGINAL_PATH_PARAM, TRAILING_SLASH_PARAM } from '../../runtime/shared.js';
import {
INVALIDATED_PARAM,
ORIGINAL_PATH_PARAM,
TRAILING_SLASH_PARAM
} from '../../runtime/shared.js';
import { add_data_suffix, has_data_suffix, strip_data_suffix } from '../../utils/url.js';

/**
Expand Down

0 comments on commit 09a744b

Please sign in to comment.