6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
export default {
|
|
init() {
|
|
// JavaScript to be fired on the about us page
|
|
}
|
|
};
|