mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
[Qwik] Use the inline component syntax for the minimal template example (#259)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { component$ } from "@builder.io/qwik";
|
||||
|
||||
export const HelloWorld = component$(() => {
|
||||
export const HelloWorld = () => {
|
||||
return <div>Hello World</div>;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user