Remove unused import from content-collections.mdx - #14479
Conversation
This PR removes the unused `file` import from a documentation code example. While `file` is used in other examples below, it is not used in this particular example. Importing `file` here is therefore unnecessary and may confuse readers about whether it is required for this example. This change does not affect fuctionality.
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
|
Hi @tan911 — while unused, showing both loaders here is intentional as it’s supposed to be a quick overview/introduction to the API so that people can quickly see that both of these loaders are available. Thanks nonetheless for the PR! |
This PR removes the unused
fileimport from a documentation code example.While
fileis used in other examples below, it is not used in this particular example. Importingfilehere is therefore unnecessary and may confuse readers about whether it is required for this example.This change does not affect fuctionality.
Description (required)
References
x.x.x