mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
chore: split app into api and web
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export const mobile = '@media screen and (max-width: 800px)'
|
@@ -1,3 +0,0 @@
|
||||
export function capitalize(text) {
|
||||
return text[0].toUpperCase() + text.slice(1).toLowerCase()
|
||||
}
|
Reference in New Issue
Block a user