Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge X.PagedList lib into the code #757

Merged
merged 15 commits into from
Oct 12, 2023
Prev Previous commit
Next Next commit
Update PagedList.cs
  • Loading branch information
EdiWang committed Oct 12, 2023
commit d29692b68f146b95e05be2b8273c478750b93b2e
4 changes: 1 addition & 3 deletions src/Moonglade.Web/PagedList/PagedList.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Linq.Expressions;

namespace Moonglade.Web.PagedList;
namespace Moonglade.Web.PagedList;

/// <summary>
/// Represents a subset of a collection of objects that can be individually accessed by index and containing
Expand Down