diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-07 12:43:33 -0500 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-07 12:43:33 -0500 |
| commit | 4bd674c196c0e06b460dffee440c5d2a48061bcc (patch) | |
| tree | 2338cf231c8535280c283d8d08d91f4fa4018912 /webAO/constants/backgrounds.js | |
| parent | 01a7239f8b18710ce1871c502fd8d10a782efcaf (diff) | |
| parent | 9c5fd198c11a0e2b976c6a2802eff9c4fef836f6 (diff) | |
Merge branch 'master' of https://github.com/AttorneyOnline/webAO into refactor-constants
Diffstat (limited to 'webAO/constants/backgrounds.js')
| -rw-r--r-- | webAO/constants/backgrounds.js | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/webAO/constants/backgrounds.js b/webAO/constants/backgrounds.js index 449f4b2..c1807ce 100644 --- a/webAO/constants/backgrounds.js +++ b/webAO/constants/backgrounds.js @@ -1,25 +1,25 @@ export default [ - "Anime", - "birthday", - "Christmas", - "CountyCourt", - "CruiseCourt", - "default", - "DGSEnglishCourt", - "DGSJapanCourt", - "DualDestinies", - "EnglishCourt", - "gs4", - "GS4Night", - "HD", - "Khura'in", - "mlp", - "NewCourt", - "RuinedCourt", - "Sky", - "SpaceCourt", - "Themis", - "TouhouCourt", - "WitchTrialCourt", - "Zetta" -];
\ No newline at end of file + 'Anime', + 'birthday', + 'Christmas', + 'CountyCourt', + 'CruiseCourt', + 'default', + 'DGSEnglishCourt', + 'DGSJapanCourt', + 'DualDestinies', + 'EnglishCourt', + 'gs4', + 'GS4Night', + 'HD', + "Khura'in", + 'mlp', + 'NewCourt', + 'RuinedCourt', + 'Sky', + 'SpaceCourt', + 'Themis', + 'TouhouCourt', + 'WitchTrialCourt', + 'Zetta', +]; |
