mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
export const foo = "Well hello shadows";
|
|
|
|
export default "Default export";
|
|
|
|
export const bar = "'bar' export";
|