mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
11 lines
No EOL
188 B
JavaScript
Executable file
11 lines
No EOL
188 B
JavaScript
Executable file
/**
|
|
* test to import things
|
|
*/
|
|
export class DashboardStuff{
|
|
sayHi(){
|
|
console.log('hiiiiiiii! from dashboard stuff');
|
|
}
|
|
sayHo(){
|
|
console.log('hoooo');
|
|
}
|
|
}; |