mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
test: resolve check-style issues
This commit is contained in:
parent
6c763a83cb
commit
5ab799bbf8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use leptos::{For, ForProps, *};
|
||||
use leptos::{For, *};
|
||||
|
||||
const MANY_COUNTERS: usize = 1000;
|
||||
|
||||
|
|
Loading…
Reference in a new issue