mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
s/Loader/loader
This commit is contained in:
parent
78839913ed
commit
0ecd7f572f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { useEffect, useRef, useState } from 'preact/hooks';
|
|||
|
||||
import Icon from '../components/icon';
|
||||
import Link from '../components/link';
|
||||
import Loader from '../components/Loader';
|
||||
import Loader from '../components/loader';
|
||||
import Status from '../components/status';
|
||||
import useTitle from '../utils/useTitle';
|
||||
|
||||
|
|
Loading…
Reference in a new issue