mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 15:54:58 -05:00
fix: change import url
This commit is contained in:
parent
bb95626ddc
commit
6e2e3ff8af
@ -28,12 +28,8 @@
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
import Embed from "@/components/feat/Embed";
|
||||
import Embed from "@/components/feat/embeds/embed";
|
||||
|
||||
export default function EmbedPage({
|
||||
params,
|
||||
}: {
|
||||
params: { server: string };
|
||||
}) {
|
||||
return <Embed params={params} />;
|
||||
export default function EmbedPage({ params }: { params: { server: string } }) {
|
||||
return <Embed params={params} />;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user